export declare function retry(cb: () => Promise, times?: number): Promise;