import type { RetryPolicy } from "./types.js"; export declare function withRetry(fn: () => Promise, nodeName: string, policy: RetryPolicy): Promise; //# sourceMappingURL=retry.d.ts.map