import { KeyBinding, RegisterFn } from './types'; export declare const useKeybindings: (bindings: readonly KeyBinding[]) => RegisterFn;