import { DelayFunction } from '../../types';
/**
 * @private
 * Internal use of Amplify only
 */
export declare function jitteredBackoff(maxDelayMs?: number): DelayFunction;
