/// <reference types="cheerio" />
export declare function getElevation(cheerioElem: CheerioSelector, country: string, countryId: string): void;
