import type { CountryPrefixType } from '../data-definitions/countryDefinitions.js'; /** * @description Returns all alternative keys that redirect to the given sign * @param osmValuePart The target sign value (e.g., '"Kfz-Verkehr frei"' or '274-60') * @param countryPrefix The country prefix (e.g., 'DE') * @returns Array of alternative keys that redirect to this sign */ export declare const getRedirectsForSign: (osmValuePart: string, countryPrefix: CountryPrefixType | undefined) => string[]; //# sourceMappingURL=getRedirectsForSign.d.ts.map