import ts from "typescript";
export declare function getKindName(kind: ts.SyntaxKind): string;
