export interface IBackoffConfig { baseDelay?: number; maxDelay?: number; maxAttempts?: number; jitter?: boolean; } export type IBackoffParsedConfig = Required; //# sourceMappingURL=index.d.ts.map