export declare const TOOL_NAME = "showMusic"; export declare const TOOL_DEFINITION: { type: "function"; name: string; description: string; parameters: { type: "object"; properties: { musicXML: { type: string; description: string; }; title: { type: string; description: string; }; }; required: string[]; }; };