import { TransformOptions } from 'class-transformer';
export declare function ToUpperCase(options?: TransformOptions): PropertyDecorator;
