export interface BackoffStrategyConfig {
    baseDelay?: number;
}
//# sourceMappingURL=backoff-strategy-config.d.ts.map