import type { EdictMcpTool } from "../tool-types.js"; /** All registered MCP tools. Add new tools by creating a file and adding to this array. */ export declare const ALL_TOOLS: EdictMcpTool[]; //# sourceMappingURL=index.d.ts.map