import { Types } from "./txt/types/index.js"; import { Map } from "./txt/index.js"; //#region src/Schoolity/index.d.ts declare class SchoolityMap { static TXT: typeof Map; } //#endregion export { SchoolityMap }; //# sourceMappingURL=index.d.ts.map