export declare type WorkflowRequestType = 'WORKFLOW_APPROVAL_REQUEST' | 'WORKFLOW_EXTERNAL_CONDITION_REQUEST' | 'UNKNOWN';
