export declare function isRetryableError(error: unknown): boolean; export declare function retryWithBackoff(fn: () => Promise, maxRetries?: number, delayMs?: number): Promise; //# sourceMappingURL=retry.d.ts.map