import type AsyncRetry from "async-retry"; export type RetryConfig = AsyncRetry.Options; export declare const DEFAULT_RETRY_CONFIG: RetryConfig; //# sourceMappingURL=retryConfig.d.ts.map