import { type CountryPrefixType } from '../data-definitions/countryDefinitions.js'; import type { SignType } from '../data-definitions/TrafficSignDataTypes.js'; export declare const tagsToSigns: (countryPrefix: CountryPrefixType, osmTags: string[]) => SignType[]; //# sourceMappingURL=tagsToSigns.d.ts.map