export declare function DvURL(options?: {
    message?: string;
    allowNull?: boolean;
}): (target: any, propertyKey: string) => void;
