/** * Task MCP Tools for CLI * * Tool definitions for task management with file persistence. */ import type { MCPTool } from './types.js'; export declare const taskTools: MCPTool[]; //# sourceMappingURL=task-tools.d.ts.map