import { EnglishArabicDTO } from "bnsights-control-library"; export declare class WFCreationModel { Id: number; IDEncrypted: string; SysName: string; Name: EnglishArabicDTO; Description: EnglishArabicDTO; CurrentVersionID: number; WorkflowVersionIDEncrypted: string; IsActive: boolean; IsPublished: boolean; }