export declare function matchesOfficeEditorKeyboardShortcut(event: KeyboardEvent, shortcut: string): boolean; export declare function matchesAriaKeyShortcuts(event: KeyboardEvent, shortcuts: string | undefined): boolean;