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/Skola24/mdb/from/schedule.d.ts declare namespace OutTypes { type location = Omit; type teacher = Omit; type group = Omit; type course = Omit; type event = Omit; } type Out = { locations: OutTypes.location[]; teachers: OutTypes.teacher[]; groups: OutTypes.group[]; courses: OutTypes.course[]; events: OutTypes.event[]; meta?: { errors?: string[]; warnings?: string[]; }; }; declare function export_default(src: Types$1.schedule, _options?: Types$1.options): Out; //#endregion export { export_default }; //# sourceMappingURL=schedule.d.ts.map