import type { ShortcutAction } from "@/utils/shortcuts"; export declare const useShortcut: (action: ShortcutAction, handler: () => void) => void; //# sourceMappingURL=useShortcut.d.ts.map