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