export function getDistance({ fromCity, toCity }: { fromCity: any; toCity: any; }): Promise;