export declare function tryFAsync(f: () => A): Promise; export declare function autoRetryAsync(f: () => Promise, retry_delay?: number): Promise;