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