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