import * as joi from 'joi'; /** * Validate the http. * * @param schema * @param parameter */ export declare function validate(schema: joi.AnySchema, parameter: string): (target: Object, propertyKey: string, descriptor: PropertyDescriptor) => void;