import { TypeNode } from 'typescript';
export declare function getTypeText(type: TypeNode): string;
