export declare const DEFAULT_RETRIES = 3; export declare const runWithRetriesOnAnyError: (fn: () => Promise) => Promise;