/** * `kosha spend` — roll up the JSONL spend ledger written by the proxy. * * No registry / network access; pure file read + arithmetic. Supports * `--since `, `--tenant `, and `--json` for programmatic * consumers. * @module */ export declare function cmdSpend(_unused: unknown, flags: Record): Promise; //# sourceMappingURL=cli-cmd-spend.d.ts.map