import type { RetryConfig } from '@nest-mcp/common'; export declare class RetryService { private readonly logger; execute(toolName: string, config: RetryConfig, fn: () => Promise): Promise; private static readonly DELAY_STRATEGIES; private calculateDelay; private sleep; } //# sourceMappingURL=retry.service.d.ts.map