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