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