import { NativeShortcut } from "./native-shortcut"; export declare function getNativeShortcutFromString(str: string): NativeShortcut; export declare function getNativeShortcutFromEvent(event: KeyboardEvent): NativeShortcut;