import { CoreMap } from "../../core/index.js"; import { Map } from "../../Skola24/txt/index.js"; import { Event } from "../../SchoolSoft/file/types/events.js"; import { Map as Map$1 } from "../../Skola24/mdb/index.js"; import { Map as Map$2 } from "../../Excel/v1/index.js"; import { Map as Map$3 } from "../../Excel/v2/index.js"; import { SchoolSoftMap } from "../../SchoolSoft/index.js"; import { PlanDigitalMap } from "../../PlanDigital/index.js"; import { AdmentumMap } from "../../Admentum/index.js"; import { IdunSoftMap } from "../../IdunSoft/index.js"; import { RSMap } from "../../RS/index.js"; //#region src/identify/constants/index.d.ts declare const maps: readonly [{ readonly structure: null; readonly matchType: "string"; readonly name: "Skola24 (txt)"; readonly map: typeof Map; readonly meta: { readonly structure: ""; }; }, { readonly structure: { schools: string[]; schedule: string[]; rooms: string[]; teachers: string[]; principals: string[]; courses: string[]; schedule_groups: string[]; primary_groups: string[]; schedule_events: string[]; schedule_event_instances: string[]; lessons: string[]; lesson_infos: string[]; }; readonly name: "Admentum"; readonly map: typeof AdmentumMap; readonly meta: { readonly structure: ""; }; }, { readonly structure: (keyof Event)[]; readonly name: "SchoolSoft"; readonly map: typeof SchoolSoftMap; readonly meta: { readonly structure: ""; }; }, { readonly structure: { Perioder: string[]; 'Tabell Tj\u00E4nstef\u00F6rdelning': string[]; }; readonly name: "Plan Digital"; readonly map: typeof PlanDigitalMap; readonly meta: { readonly structure: ""; }; }, { readonly structure: { Grupp: string[]; Lärare: string[]; Rum: string[]; Ämne: string[]; Lektion: string[]; }; readonly name: "IdunSoft"; readonly map: typeof IdunSoftMap; readonly meta: { readonly structure: ""; }; }, { readonly structure: { unit_tblroom: string[]; school_tblsubject: string[]; school_tblteacher: string[]; school_tblgroup: string[]; school_tblplan: string[]; school_tblcourse: never[]; school_tblschedule: string[]; school_tblgroup_group: string[]; school_tblplan_period: string[]; school_tblplan_teacher: string[]; school_tblplan_group: string[]; unit_tblperiod_date: string[]; school_tblschedule_period: string[]; school_tblschedule_teacher: string[]; school_tblschedule_group: string[]; school_tblschedule_room: string[]; }; readonly name: "Skola24 (mdb)"; readonly map: typeof Map$1; readonly meta: { readonly structure: ""; }; }, { readonly structure: { events: string[]; }; readonly name: "Royal Schedule Algorithm"; readonly map: typeof RSMap; readonly meta: { readonly structure: "RS/algorithm-6.0.0"; }; }, { readonly structure: { groups: string[]; locations: string[]; teachers: string[]; courses: string[]; }; readonly name: "Royal Schedule"; readonly map: typeof CoreMap; readonly meta: { readonly structure: "RS/core-2.0.0"; }; }, { readonly structure: { meta: string[][]; courses: never[]; groups: never[]; locations: never[]; }; readonly name: "Royal Schedule Excel"; readonly map: typeof Map$2; readonly meta: { readonly structure: "RS/Excel-1.0.0"; }; }, { readonly structure: { meta: string[][]; courses: never[]; groups: never[]; locations: never[]; }; readonly name: "Royal Schedule Excel"; readonly map: typeof Map$3; readonly meta: { readonly structure: "RS/Excel-2.0.0"; }; }]; //#endregion export { maps }; //# sourceMappingURL=index.d.ts.map