type Shortcut = string | string[]; export declare function useCommand(shortcut: Shortcut, handler: () => void | Promise, enabled?: boolean): void; export {};