import IStation from './IStation';
declare const stations: IStation;
export default stations;
