import { KeyboardAction } from "./types"; export declare const useKeyboardActions: (actions: KeyboardAction[]) => void;