interface Pis { code: string; stops: string[]; tiplocs: string[]; operator: string; } export { Pis }