import { ICustomEnumJSONArrayValidatorOptions } from "../dto/customValidatorOptions.dto";
export declare function CustomEnumJSONArrayValidator(details: ICustomEnumJSONArrayValidatorOptions): (target: any, key: string) => void;
