export declare class RetryHandler { static RETRIES: number; static Retry(fn: () => Promise): Promise; } //# sourceMappingURL=retryHandler.d.ts.map