import { Request, Response } from 'express'; import { RequestParamInjectedParams } from '../../../../definitions'; export declare class MethodParamsRoute { static defineMethodParamValue(req: Request, res: Response, type: RequestParamInjectedParams): { canValidate: boolean; value: any; }; } //# sourceMappingURL=method-params.route.d.ts.map