/** * Lemma API v2 — real metering (Lane E) * * UsageLedger: the append-only, measured-only ledger powering /v2/usage. * TokenCounter: real token counting of a payload; returns null (omit the event) * when a count cannot be reliably measured. No estimates, ever. * * Ownership: Lane E. */ export * from './UsageLedger.js'; export * from './TokenCounter.js'; //# sourceMappingURL=index.d.ts.map