import type { ToolResult } from '../../../types/tools.js'; /** * Adds a phase warning to the structured result and to the text the model sees. */ export declare function attachVisibleToolWarning(result: ToolResult | undefined, warning: string): void; //# sourceMappingURL=warnings.d.ts.map