import { MonoTypeOperatorFunction } from 'rxjs';
export declare function retryWithDelay<T>(delayTime: number, count?: number): MonoTypeOperatorFunction<T>;
//# sourceMappingURL=retry-with-delay.operator.d.ts.map