import * as ts from 'typescript';
import { Scope } from '../../scope/scope';
export declare const GetParenthesizedExpressionDescriptor: (node: ts.ParenthesizedExpression, scope: Scope) => ts.Expression;
