import type { Observable } from 'rxjs'; import { WorkflowChecklistInformation } from '../models'; import * as i0 from "@angular/core"; export declare class CuiArrowWorkFlowActionsApiService { private readonly httpClient; private readonly WORKFLOW_ACTION_URL; changeInformation(actionId: string, body: WorkflowChecklistInformation): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }