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