export declare class DataHelpers {
    static convertStopPointToStopPlace(stopPointRef: string): string;
}
