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