import type { CountryPrefixType } from '../data-definitions/countryDefinitions.js'; import type { GeometryType } from '../data-definitions/geometryTypes.js'; import type { OptionalTagsBySignEntry, SignStateType } from '../data-definitions/TrafficSignDataTypes.js'; export declare const signsToOptionalTags: (signs: SignStateType[], countryPrefix: CountryPrefixType | undefined, geometry: GeometryType) => Map; export declare const signsToOptionalTagsBySign: (signs: SignStateType[], geometry: GeometryType) => Map; export declare const optionalTagsToMap: (tags: { key: string; value: string; }[]) => Map; export declare const mergeTagMaps: (...maps: Map[]) => Map; //# sourceMappingURL=signsToOptionalTags.d.ts.map