import { Types } from "../../core/types/index.js"; import { Event } from "./types/events.js"; import { export_default } from "./to/index.js"; import { Options, Types as Types$1 } from "./types/index.js"; //#region src/SchoolSoft/file/index.d.ts declare class Map { static from: { schedules: (input: Event[], options?: Options) => Partial; }; static to: typeof export_default; } //#endregion export { Map }; //# sourceMappingURL=index.d.ts.map