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