export interface BackoffStrategy {
    getGenerator(maxRetries: number): Generator<number>;
}
//# sourceMappingURL=backoff.strategy.d.ts.map