/** * Usage Command (#40, ADR-046) * * per-memory usage ledger 조회 — 전 채널(hook/prompt injection, cli, mcp) 사용 이력. */ import { Command } from 'commander'; export declare function usageCommand(): Command; //# sourceMappingURL=usage.d.ts.map