import cityList from './us_cities.json';
import { UsState } from "./types";
declare const states: UsState[];
export { cityList, states, };
