import type { InfraRetryOptions } from "../../types/index.js"; export declare function withRetry(operation: () => Promise, options: InfraRetryOptions): Promise;