import * as ts from 'typescript'; import { TypeNode } from '../../parser'; export declare function typeForTypeNode(typeNode: TypeNode): ts.TypeNode;