import { PartialGtfs } from "../gtfs"; export declare function outputStops(gtfs: PartialGtfs[]): string;