/** * Usage analytics subcommand for the monitoring CLI command * * Provides cross-session usage analytics: cost, token, and request breakdowns * by model, command, and day. */ import type { CommandAdapter } from '../command-adapter.interface.js'; export declare function configureUsageSubcommand(monitoringCmd: CommandAdapter): CommandAdapter; //# sourceMappingURL=usage.d.ts.map