import { maps } from "../constants/index.js"; //#region src/identify/types/index.d.ts type MapInstance = typeof maps[number]; type MapName = MapInstance['name']; type IdentifiedMaps = { none: MapInstance[]; weak: MapInstance[]; strong: MapInstance[]; determined?: MapInstance; error: MapInstance[]; }; //#endregion export { IdentifiedMaps, MapInstance, MapName }; //# sourceMappingURL=index.d.ts.map