import * as ts from 'typescript'; import { Scope } from '../../scope/scope'; export declare function GetParenthesizedDescriptor(node: ts.ParenthesizedTypeNode, scope: Scope): ts.Expression;