import type { KeySequence, Options } from "@waradu/keyboard";
import type { Directive } from "vue";
type Modifiers = "prevent" | "stop";
type Arg = KeySequence;
export declare const vKeybind: Directive<HTMLElement, Options["run"], Modifiers, Arg>;
export {};
