import { InternalIdKey } from "../../core/types/common/index.js"; import { Types } from "../../core/types/index.js"; import { Types as Types$1 } from "../types/index.js"; //#region src/IdunSoft/from/schedules.d.ts declare namespace OutTypes { type group = Omit; type teacher = Omit; type location = Omit; type course = Omit; type event = Omit; } type Out = { groups: OutTypes.group[]; teachers: OutTypes.teacher[]; locations: OutTypes.location[]; courses: OutTypes.course[]; events: OutTypes.event[]; }; declare function export_default(schedule: Partial): Out; //#endregion export { export_default }; //# sourceMappingURL=schedules.d.ts.map