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