/** * ghls stats — personal analytics dashboard. */ import type { Command } from 'commander'; export declare function registerStats(program: Command): void; //# sourceMappingURL=stats.d.ts.map