import ts from 'typescript';
import { ReturnTypeInfo } from '../../model/api';
declare const getProxyMethod: (key: string, methodName: string, paramNodes: ts.ParameterDeclaration[], returnTypeInfo: ReturnTypeInfo) => string;
export default getProxyMethod;
