/* 0.112.0 */ export type KeyboardModifiers = { alt: boolean; control: boolean; shift: boolean; meta: boolean; };