import { maps } from "./constants/index.js"; import { IdentifiedMaps, MapInstance, MapName } from "./types/index.js"; //#region src/identify/index.d.ts declare function identify(schedule: unknown): IdentifiedMaps; //#endregion export { identify }; //# sourceMappingURL=index.d.ts.map