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