UNPKG

virtue-cli

Version:

Personal character development CLI tool for tracking virtues and philosophical alignment

16 lines 509 B
import { Database } from '../database/Database.js'; import { Profile } from '../types/index.js'; export declare class ExportManager { private db; constructor(db: Database); exportMenu(profile: Profile): Promise<void>; private gatherExportOptions; private gatherExportData; private parseEntries; private calculateAnalytics; private calculateStreaks; private generateExport; private generateMarkdown; private generateCSV; } //# sourceMappingURL=ExportManager.d.ts.map