export declare const getLessonDurationWithBioBreak: (duration: number) => { hours: number; minutes: number; totalMinutes: number; }; //# sourceMappingURL=getLessonDurationWithBioBreak.d.ts.map