import type { Attribute } from 'esquery';
import type { Node } from 'typescript';
export declare function attribute(node: Node, selector: Attribute): boolean;
