export declare enum HOLD_EVENT_TYPE {
    HOLD_START = "holdStart",
    HOLD_END = "holdEnd",
    HOLDING = "holding"
}
