export declare function withRetry(operation: () => Promise, label: string, maxAttempts?: number): Promise;