import { SourceFile, SyntaxKind, Node } from "ts-morph"; export declare function getNodesOfKind(node: SourceFile, kind: SyntaxKind): Node[];