type MAV_BOOL = 0 | 1;
declare const MAV_BOOL_FALSE: 0;
declare const MAV_BOOL_TRUE: 1;

export { MAV_BOOL_FALSE, MAV_BOOL_TRUE };
export type { MAV_BOOL };
