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