import { z } from "zod/v4"; import type { FunctionCallStandardModule, FunctionCallsMap } from "./types.js"; export declare const toParamsSchema: (zParams: z.ZodTypeAny) => z.core.JSONSchema.JSONSchema; export declare const defineBuildInFunctionCalls: (agent: string, modules: Array>) => FunctionCallsMap; //# sourceMappingURL=helper.d.ts.map