/** * IGIC (Canary Islands indirect tax) tools for the Frihet MCP server — Day 1 Megasprint (4 tools). * * Tools: * 1. frihet_modelo_415_summary — M415 operations >€3,005 annual (Canarias) * 2. frihet_modelo_425_summary — M425 resumen anual IGIC (Canarias) * 3. frihet_modelo_418_summary — M418 mensual grandes empresas IGIC (Canarias) * 4. frihet_aiem_calculate — Arbitrio sobre Importaciones y Entrega de Mercancías calculation * * NOTE: ATC SOAP integration skipped — internal infrastructure, not exposed via MCP. * * REST surface: /v1/igic/* — service-layer reads of workspace fiscal data. * Backend callables: #390 IGIC services (Frihet-ERP PR #390). * Tools surface 404 until REST shell ships. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { IFrihetClient } from "../client-interface.js"; export declare function registerIgicTools(server: McpServer, client: IFrihetClient): void; //# sourceMappingURL=igic.d.ts.map