/** * cli-stats.ts * * Shows per-project token size estimates and global memory stats. * Helps identify projects approaching the curation threshold (R0018: >4k tokens = trigger). * * Usage: hmem stats [project-id] */ export declare function printStats(filterProject?: string): Promise;