import type { SignType } from './TrafficSignDataTypes.js'; export declare const countryDefinitions: { readonly DE: SignType[]; readonly BE: SignType[]; readonly AT: SignType[]; readonly CA: SignType[]; readonly PL: SignType[]; readonly FR: SignType[]; readonly AU: SignType[]; readonly BR: SignType[]; }; export type CountryPrefixType = keyof typeof countryDefinitions; export declare const countries: CountryPrefixType[]; export declare const countryDefinitionMap: Map<"DE" | "BE" | "AT" | "CA" | "PL" | "FR" | "AU" | "BR", SignType[]>; //# sourceMappingURL=countryDefinitions.d.ts.map