import { HistoryDto, IdentityDto } from './../../shared'; export declare class ClusterEntityDto { entityType: string; history: HistoryDto; identity: IdentityDto; source: string; constructor(d?: ClusterEntityDto); }