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