/**
 * Enable validation on the decoratored parameter.
 *
 * @decorator
 * @operation
 * @input
 * @pipe
 */
export declare function UseValidation(): ParameterDecorator;
