export declare function hasToolCallErrorPrefix(text: string): boolean; export declare function stripToolCallErrorPrefix(text: string): string;