export declare const autoRetry: (func: Function, iteration: number, delay: number) => Promise;