export declare function retry(num: number, del: number, thunk: () => Promise): Promise; export declare function delay(num: number): Promise;