/** * `agentguard usage`: free-tier CALL QUOTA summary, printed in the terminal. * * Meters "enforcement calls this calendar month" for each tenant from the LOCAL * signed decision store only — no network, no data plane. Also the point where * the one-time first-run "surprise generosity" bonus can be granted. * * IMPORTANT: this reports AgentGuard's FREE CALL QUOTA (our generosity), which * is a completely separate concept from the customer's SPEND CAP (their hard * money guardrail). Nothing here reads or changes enforcement/spend behavior. */ export declare function runUsage(argv: string[]): Promise; //# sourceMappingURL=usage.d.ts.map