import { BaseDecoratorOptions } from '../types'; declare type PropertyEnumParams = BaseDecoratorOptions; export declare function ApiPropertyEnum(values: TValues, { isOptional, ...options }?: PropertyEnumParams): PropertyDecorator; export {};