import type { MonoTypeOperatorFunction } from 'rxjs'; /** * @description * shareReplay with predefined configuration */ export declare const shareReplayResetRef: () => MonoTypeOperatorFunction;