import { Types } from "../../core/types/index.js"; import { Options, Types as Types$1, Warning } from "./types/index.js"; import { OutTypes } from "./from/schedules.js"; import { export_default } from "./to/index.js"; //#region src/Skola24/txt/index.d.ts declare class Map { static from: { division: (input: unknown) => Partial>; schedules: (input: string, options?: Options) => { settings: OutTypes.settings; periods: OutTypes.period[]; teachers: OutTypes.teacher[]; persons: OutTypes.person[]; groups: OutTypes.group[]; locations: OutTypes.location[]; courses: OutTypes.course[]; events: OutTypes.event[]; meta?: { warnings: Warning[]; }; }; }; static to: typeof export_default; } //#endregion export { Map }; //# sourceMappingURL=index.d.ts.map