import type { OdooClient } from '@marcfargas/odoo-client'; import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { McpCache } from '../cache'; import { type PolicyRule } from '../policy'; interface ResourceContext { client: OdooClient; cache: McpCache; getPolicy: () => PolicyRule[]; } export declare function registerResources(server: McpServer, context: ResourceContext): void; export {}; //# sourceMappingURL=index.d.ts.map