import type { City } from './types';
declare const cities: City[];
export default cities;
//# sourceMappingURL=cities.d.ts.map