export declare type WorkflowApprovalRequestStatus = 'PENDING_APPROVAL' | 'APPROVED' | 'REJECTED' | 'RETRACTED' | 'NOT_APPLICABLE' | 'UNKNOWN';
