import { OperatorFunction } from 'rxjs'; export declare function deferredStartWith(cb: () => T): OperatorFunction;