import type { Tool } from './tool'; export declare function createCalculatorTool(): Tool<{ expression: string; }, string, never>; //# sourceMappingURL=calculator.d.ts.map