/** MCP resources — addressable, keyless Hedera state agents can read by URI * (complements the tools). All back the public Mirror Node. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { HederaCtx } from "./context.js"; export declare function registerResources(server: McpServer, ctx: HederaCtx): number;