/** * Simple Interactive Stats */ export declare class SimpleInteractiveStats { private rl; constructor(); start(filePath?: string, options?: any): Promise; private analyzeAndShow; private showMainMenu; private handleAnalyzeFile; private handleCompareFiles; private askQuestion; close(): void; } //# sourceMappingURL=simple-interactive.d.ts.map