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