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