import { DelayFunction } from '../../types'; /** * @private * Internal use of Amplify only */ export declare function retry(functionToRetry: (...args: any[]) => T, args: any[], delayFn: DelayFunction, onTerminate?: Promise): Promise;