import { Observable } from 'rxjs'; import { BaseDataPageState } from 'verben-workflow-ui/src/lib/base'; import { Actor, ActorTag, Tag } from 'verben-workflow-ui/src/lib/models'; import * as i0 from "@angular/core"; /** * State for the actors page. * Adds the two lookup lists the form's multiselects are bound to. They come * from different APIs — see ActorService. */ export declare class ActorState extends BaseDataPageState { private tags$; private actorTags$; getTags$(): Observable; setTags(tags: Tag[]): void; getActorTags$(): Observable; setActorTags(tags: ActorTag[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }