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