import { OperatorFunction } from 'rxjs'; /** Delays the stream for one iteration of the event loop, then monitors the next iteration for repeated failures. */ export declare function retryDelay(): OperatorFunction;