import { IdentityDto } from './identity.dto'; export declare class ContactDto { identity: IdentityDto; contactType: string; phoneNumber: string; webSite?: string; constructor(d?: ContactDto); }