export declare enum HLVCViolation {
    VIOLATION_GROUND = 0,
    VIOLATION_WALL = 1,
    VIOLATION_SPEEDING = 4,
    VIOLATION_OUT_OF_BOUNDS = 5
}
