export declare function retry(fn: (...args: any[]) => Promise, maxTetryTimes?: number): Promise;