import { ValidationOptions } from 'class-validator';
export declare function IsNegative(validationOptions?: ValidationOptions): PropertyDecorator;
