import { TypeOptions } from 'class-transformer'; import { ValidationOptions } from 'class-validator'; export declare function createPropertyDecorator = {}>(metakey: string, metadata: T, overrideExisting?: boolean, typeOptions?: TypeOptions, validation?: ValidationOptions): PropertyDecorator;