import { Models } from '../models'; export declare function initMethodNodejs(type: Models.Rest.HttpMethod, methodConfig: Models.Rest.MethodConfig, classConfig: Models.Rest.ClassConfig, expressPath: string, target: Function): any;