type MAV_DO_REPOSITION_FLAGS = 1 | 2;
declare const MAV_DO_REPOSITION_FLAGS_CHANGE_MODE: 1;
declare const MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW: 2;

export { MAV_DO_REPOSITION_FLAGS_CHANGE_MODE, MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW };
export type { MAV_DO_REPOSITION_FLAGS };
