import { TimetableConnection } from "..";
export declare function setStopTimes(connections: TimetableConnection[]): void;
