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