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