import { MonoTypeOperatorAsyncFunction } from '../../interfaces'; export declare function retry(count?: number): MonoTypeOperatorAsyncFunction;