import { IExceptionCallback as backOffTime, ILoggingCallback } from "../types/genericMccTypes"; export declare function retry(label: string, funct: (...args: any) => T, timeoutTime?: number, numRetries?: number, backOddTimeout?: number, exceptionCallback?: backOffTime, warningCallback?: ILoggingCallback, failure?: (label: string) => void): Promise; //# sourceMappingURL=retry.d.ts.map