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