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