export declare const calculateExponentialDelay: (delay: number, retryCount: number | undefined) => number;