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