export function getCoords(w: any, h: any, t: any): number[]; export function fetchGeographies(url: any): Promise; export function getFeatures(geographies: any, parseGeographies: any): any; export function getMesh(geographies: any): { outline: any; borders: any; }; export function prepareMesh(outline: any, borders: any, path: any): { outline: any; borders: any; } | { outline?: undefined; borders?: undefined; }; export function prepareFeatures(geographies: any, path: any): any; export function createConnectorPath(dx?: number, dy?: number, curve?: number): string; export function isString(geo: any): geo is string;