export type KeyBindingPress = [string[], string]; export declare function parseKeybinding(str: string): KeyBindingPress[];