import type { ToolParams } from "."; import type { AnyZodObject } from "zod"; export declare class Tool { constructor(params: ToolParams); } //# sourceMappingURL=tool.d.ts.map