import type { CountryPrefixType } from '../data-definitions/countryDefinitions.js'; import type { SignType } from '../data-definitions/TrafficSignDataTypes.js'; /** @description Optimize name to be used as JS import/export names and filename. */ export declare const createSvgImportname: (countryPrefix: CountryPrefixType, input: SignType | string) => string; //# sourceMappingURL=createSvgImportname.d.ts.map