/** * Stats Command * Display usage statistics from GLM session logs */ /** * Main stats command */ export declare function showStats(options: { period: 'daily' | 'monthly'; }): Promise;