import type { RetryOptions } from './retryMiddleware';
export declare const jitteredBackoff: RetryOptions['computeDelay'];
