import { Types } from "./types/index.js"; import { schedules } from "./to/schedules.js"; import { division } from "./from/division.js"; import { schedules as schedules$1 } from "./from/schedules.js"; //#region src/RS/index.d.ts declare class RSMap { static to: { schedules: typeof schedules; }; static from: { division: typeof division; schedules: typeof schedules$1; }; } //#endregion export { RSMap }; //# sourceMappingURL=index.d.ts.map