import { DayActivity, TimesheetEntry } from '../types/index.js'; export declare class TimesheetGenerator { generateTimesheet(activities: DayActivity[]): TimesheetEntry[]; private generateDayDescription; private formatMeetings; private formatGitLabActivity; private groupCommitsByProject; private formatCommits; private formatMergeRequests; private formatIssues; private countCharacters; formatTimesheetOutput(entries: TimesheetEntry[]): string; } //# sourceMappingURL=timesheetGenerator.d.ts.map