export declare const setKeyboardShortcutsEnabled: (enabled: boolean) => void;
export declare const getKeyboardShortcutsEnabled: () => boolean;
