import { WhereOptions } from "@golemio/core/dist/shared/sequelize";
export declare class GtfsStopParser {
    private static isValidInteger;
    static prepareAswWhereOptions(aswIds: string[]): WhereOptions[];
    private static validateAswId;
    private static parseAswId;
    static getAswNodeFromId(aswId: string): string;
    static normalizedStopId(stopId: string): string;
    static normalizedNodeId(stopId: string): string;
}
