import { type CountryPrefixType } from '../data-definitions/countryDefinitions.js'; import type { SignStateType } from '../data-definitions/TrafficSignDataTypes.js'; export declare const getSignsMap: (countryPrefix: CountryPrefixType) => Map; //# sourceMappingURL=getSignsMap.d.ts.map