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