import { EnglishArabicDTO } from "bnsights-control-library"; export declare class ParticipantModel { ID?: number; ParticipantTypeItemID: number; ParticipantTypeItemIDsString: string; CorrelationID: any; PermissionSetID?: number; UserID?: number; PermissionSetIDsString: string; WorkflowVariableID: number; WorkflowActivityID?: number; Description: EnglishArabicDTO; ParticipantName: EnglishArabicDTO; ParticipantTypeItemName: EnglishArabicDTO; }