import { IdentityDto, HistoryDto } from './../../shared'; export declare class ClusterConfigDto { history: HistoryDto; identity: IdentityDto; method: string; regex: string; settings: Map; status: string; constructor(d?: ClusterConfigDto); }