import { ValBooleanOptions } from "../types/dv/dv-boolean";
export declare function DvBoolean(options?: ValBooleanOptions): (target: any, propertyKey: string) => void;
