import { RetryWithTimeoutOptions, RetryWithTimeoutOutcome } from '../types'; export type { RetryWithTimeoutOptions, RetryWithTimeoutOutcome } from '../types'; export declare function retryWithTimeout(fn: () => Generator, options: RetryWithTimeoutOptions): Generator; //# sourceMappingURL=retry-with-timeout.d.ts.map