import type { AST } from "vue-eslint-parser";
declare function hasOnDirectives(node: AST.VElement, names: string[]): boolean;
export default hasOnDirectives;
