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