import { GtfsAlertCauseEnum } from "./enums/AlertCauseEnum";
export declare function getGtfsCause(causeText: string): GtfsAlertCauseEnum;
