export declare type WorkflowEvaluationStatus = 'PENDING' | 'TRIGGERED' | 'NOT_TRIGGERED' | 'CANCELLED' | 'UNKNOWN';
