import { OperatorFunction } from 'rxjs'; /** * Works just like `shareReplay(1)`, but makes sure that it completely resets after all subscribers are gone. * * @typeParam T type of observable to be multicast * @category Operator */ export declare function shareReplayReset(): OperatorFunction; //# sourceMappingURL=share-replay-reset.d.ts.map