type ENGINE_CONTROL_OPTIONS = 1;
declare const ENGINE_CONTROL_OPTIONS_ALLOW_START_WHILE_DISARMED: 1;

export { ENGINE_CONTROL_OPTIONS_ALLOW_START_WHILE_DISARMED };
export type { ENGINE_CONTROL_OPTIONS };
