import { Types } from "../../core/types/index.js"; import { Types as Types$1 } from "../types/index.js"; //#region src/sdui/to/index.d.ts declare class export_default { static schedules: (schedule: Types.Mixed.Schedule, options?: Types$1.options) => Types$1.schedule; static hours: (settings: Types.Mixed.Settings, options: Types$1.options) => Types$1.hour; static substitutionPlans: (exceptions: Types.Mixed.Exception[], options: Types$1.options) => Types$1.substitutionPlan; static classes: (group: Types.Mixed.Group, options: Types$1.options) => Types$1.classes; static teachers: (teacher: Types.Mixed.Teacher, options: Types$1.options) => Types$1.teacher; static subjects: () => Types$1.subject | null; static rooms: (location: Types.Mixed.Location, options: Types$1.options) => Types$1.room; static courses: (course: Types.Mixed.Course, options: Types$1.options) => Types$1.course; static lessons: (event: Types.Mixed.Event, options: Types$1.options) => Types$1.lesson; static holidays: (exception: Types.Mixed.Exception, options: Types$1.options) => Types$1.holiday; static schoolYears: (division: Types.Mixed.Division, options: Types$1.options) => Types$1.schoolYear; } //#endregion export { export_default }; //# sourceMappingURL=index.d.ts.map