import type { Message } from '../providers/index.js'; export declare function recoveryMessages(messages: Message[], attempt: number): Message[]; export declare function recoveryToolNames(userMessage: string, attempt: number): string[]; export declare function deterministicEmptyFallback(userMessage: string, toolTask: boolean): string; //# sourceMappingURL=EmptyResponseRecovery.d.ts.map