import { IdentityDto } from './../shared/identity.dto'; export declare class PropertyDto { name: IdentityDto; type: string; reference: string; value: string; constructor(d?: PropertyDto); }