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