import { MonoTypeOperatorFunction } from "rxjs";
/**
 * This is doing exactly the same as the standard `shareReplay` from `rxjs`, except that
 * source is not retried on error.
 *
 * @internal
 */
export declare function shareReplayWithErrors<T>(): MonoTypeOperatorFunction<T>;
//# sourceMappingURL=ShareReplayWithErrors.d.ts.map