import type { CountryPrefixType } from '../data-definitions/countryDefinitions.js'; /** * Finds a sign by its canonical identifier or any redirect identifier. * Checks both sign-specific redirects and general redirects. * @param osmValuePart The sign identifier to look up (canonical or redirect) * @param countryPrefix The country prefix (e.g., 'DE') * @returns The sign if found, undefined otherwise */ export declare const getSignWithRedirects: (osmValuePart: string, countryPrefix: CountryPrefixType | undefined) => import("../index.js").SignStateType | undefined; //# sourceMappingURL=getSignWithRedirects.d.ts.map