export declare enum DepartureSkip {
    UNTRACKED = "untracked",
    MISSING = "missing",
    CANCELED = "canceled",
    AT_STOP = "atStop"
}
