export declare const getContinentsForCountry: (countryId: string) => string[] | undefined; export declare const getCountriesForContinent: (continentId: string) => string[]; //# sourceMappingURL=CountryContinentMapping.d.ts.map