/** * Possible HAMP states: */ export declare enum HAMPState { /** * STOPPED */ STOPPED = 1, /** * MOVING */ MOVING = 2 }