import type * as ts from 'typescript';
import { Scope } from '../../scope/scope';
export declare function GetTypeQueryDescriptor(node: ts.TypeQueryNode, scope: Scope): ts.Expression;
export declare function GetTypeQueryDescriptorFromDeclaration(declaration: ts.NamedDeclaration, scope: Scope): ts.Expression;
