import type { MCPServer } from "@lynq/lynq"; import type { ChainManager } from "../chain/manager.js"; import type { TokenRegistry } from "../token/registry.js"; interface GetBalanceCtx { chainManager: ChainManager; tokenRegistry: TokenRegistry; } export declare function registerGetBalance(server: MCPServer, ctx: GetBalanceCtx): void; export {}; //# sourceMappingURL=get-balance.d.ts.map