export declare function DvIP(options?: {
    version?: "v4" | "v6" | "any";
    message?: string;
}): (target: any, propertyKey: string) => void;
