import * as ts from 'typescript';
import { Scope } from '../../scope/scope';
export declare const GetParameterDescriptor: (node: ts.ParameterDeclaration, scope: Scope) => ts.Expression;
