interface Station { STANOX: string; TIPLOC: string; "3ALPHA": string; NLCDESC: string; } export { Station }