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(): MonoTypeOperatorFunction; //# sourceMappingURL=ShareReplayWithErrors.d.ts.map