import { Unit, UnitType } from "./interface"; export declare const UNIT_MAP: { [k in UnitType]: Unit[]; }; //# sourceMappingURL=unitMap.d.ts.map