import type { MCPServer, Store } from "@lynq/lynq"; import type { ChainManager } from "../chain/manager.js"; import type { PolicyGuard } from "../guard/policy-guard.js"; interface GetSpendingCtx { chainManager: ChainManager; policyGuard: PolicyGuard; store: Store; } export declare function registerGetSpending(server: MCPServer, ctx: GetSpendingCtx): void; export {}; //# sourceMappingURL=get-spending.d.ts.map