export declare function writeToolHeader(toolName: string, input: Record): void; export declare function writeToolOutput(output: string): void;