export declare class RetryHandler { static Retry(fn: () => Promise | T, ignoreError?: boolean): Promise; } //# sourceMappingURL=retryHandler.d.ts.map