type MOTOR_TEST_ORDER = 0 | 1 | 2;
declare const MOTOR_TEST_ORDER_DEFAULT: 0;
declare const MOTOR_TEST_ORDER_SEQUENCE: 1;
declare const MOTOR_TEST_ORDER_BOARD: 2;

export { MOTOR_TEST_ORDER_BOARD, MOTOR_TEST_ORDER_DEFAULT, MOTOR_TEST_ORDER_SEQUENCE };
export type { MOTOR_TEST_ORDER };
