import type { ToolDefinition } from '../core/types'; import type { ToolContext } from './types'; export declare function createSimplifyTool(context: ToolContext): ToolDefinition; //# sourceMappingURL=simplifyTool.d.ts.map