/**
 * Journey
 */
export default class Journey {
    constructor(data: any, network: any);
    network: any;
    path: NetworkPath;
    getElementId(): string;
}
import NetworkPath from "./path";
