import type { Tool } from './tool'; export declare function normalizeToolDefinition(toolDef: Tool, executeFn: (args: Input) => Promise | Output): Tool; //# sourceMappingURL=utils.d.ts.map