export type Shortcut = { metaKey?: boolean; shiftKey?: boolean; key: string; }; export declare function useGlobalShortcuts(shortcuts: [Shortcut, () => void][]): void; export declare function useGlobalShortcut(shortcut: Shortcut, act: () => void): void; //# sourceMappingURL=useGlobalShortcut.d.ts.map