import type { CountryPrefixType } from '../data-definitions/countryDefinitions.js'; export declare const buildOsmWikiKeyUrl: (countryPrefix: CountryPrefixType, osmKey: string) => string; export declare const buildOsmWikiTagUrl: (countryPrefix: CountryPrefixType, osmKey: string, osmValue: string) => string; //# sourceMappingURL=buildOsmWikiUrl.d.ts.map