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