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