import type { Tool } from "../../../../schemas/index"; import { type ParserResult } from "../shared"; export declare function parseHarmonyFormat(text: string, tools: Tool[]): ParserResult; //# sourceMappingURL=harmony.d.ts.map