import * as ts from 'typescript'; export declare function unparenthesizeExpression(expression: ts.Expression): ts.Expression;