import type { RenderFunction } from "@jixo/tools-uikit"; import type { z } from "../../node_modules/zod/v4/mini/external.cjs"; export declare const zFunctionCallConfig: any; export interface ToolContext { render: RenderFunction; sessionId: string; } export type FunctionCallFn = (parameters: T, context: ToolContext) => unknown; export declare const zFunctionCallFn: any; export declare const zFunctionCallStandardModule: any; export type FunctionCallStandardModule = z.output & { functionCall: FunctionCallFn; }; export declare const zFunctionCallMiniModule: any; //# sourceMappingURL=zFunctionCallConfig.d.ts.map