import type { Node, SyntaxKind } from 'typescript'; /** * @deprecated This function is deprecated and no longer supported. */ export declare function findNodes(node: Node, kind: SyntaxKind | SyntaxKind[], max?: number): Node[];