import * as ts from 'typescript';
export declare function getDeclarationTypeText(declaration: ts.Declaration): string;
