import { NodePath, types } from "@babel/core"; export declare function someAttributes(path: NodePath, names: string[]): boolean;