export declare class ApprovalItemEntity { value: string; text: string; workFlowAction: string; isDefault: boolean; commentNecessary: boolean; certification: boolean; attachmentNecessary: boolean; signatureNecessary: boolean; defaultComment: string; constructor(value?: string, text?: string, wfAction?: string); }