import { Observable } from 'rxjs'; import { BaseDataPageState } from 'verben-workflow-ui/src/lib/base'; import { Workflow, WorkflowOperation } from 'verben-workflow-ui/src/lib/models'; import * as i0 from "@angular/core"; /** * State for the workflows page. * Adds the operations lookup used by the form and the inline-edit dropdown. */ export declare class WorkflowsState extends BaseDataPageState { private operations$; getOperations$(): Observable; setOperations(operations: WorkflowOperation[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }