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