export declare const futureLeg: any; export declare const extendedLeg: { __typename: string; arrival: { time: string; }; departure: { time: string; }; serviceJourney: { notices: { name: string; text: { template: string; }; }[]; serviceAlteration: { cancelled: boolean; delayText: string; reachable: boolean; unplannedStopPointsText: string; }; }; }; export declare const longFutureLeg: { __typename: string; arrival: { time: string; }; departure: { time: string; }; serviceJourney: { serviceAlteration: { cancelled: boolean; delayText: string; reachable: boolean; unplannedStopPointsText: string; }; }; }; export declare const cancelledLeg: any; export declare const progressLeg: any; export declare const pastLeg: any; export declare const delayedLeg: { __typename: string; arrival: { time: string; }; departure: { time: string; }; serviceJourney: { serviceAlteration: { delay: boolean; }; }; }; export declare const notReachableLeg: { __typename: string; arrival: { time: string; }; departure: { time: string; }; serviceJourney: { serviceAlteration: { reachable: boolean; }; }; }; export declare const unplannedStopLeg: { __typename: string; arrival: { time: string; }; departure: { time: string; }; serviceJourney: { serviceAlteration: { unplannedStopPointsText: string; }; }; }; export declare const redirectedOnDepartureLeg: { __typename: string; arrival: { time: string; }; departure: { time: string; }; serviceJourney: { stopPoints: { stopStatus: string; }[]; serviceAlteration: { redirectedText: string; }; }; }; export declare const redirectedOnArrivalLeg: { __typename: string; arrival: { time: string; }; departure: { time: string; }; serviceJourney: { stopPoints: { stopStatus: string; }[]; serviceAlteration: { redirectedText: string; }; }; }; //# sourceMappingURL=pearl-chain.sample-data.d.ts.map