import type { CountryPrefixType } from '../data-definitions/countryDefinitions.js'; import type { GeometryType } from '../data-definitions/geometryTypes.js'; import type { QuestionAnswersBySign, SignStateType } from '../data-definitions/TrafficSignDataTypes.js'; export declare const signsToTags: (signs: SignStateType[], countryPrefix: CountryPrefixType | undefined, geometry: GeometryType, answers?: QuestionAnswersBySign) => Map; //# sourceMappingURL=signsToTags.d.ts.map