import type { Observable } from 'rxjs'; import { MoveArrowWorkFlowStructureParams, WorkflowComponentType, WorkflowSuitableAction } from '../models'; import * as i0 from "@angular/core"; export declare class CuiArrowWorkFlowComponentStructureApiService { private readonly httpClient; private readonly WORKFLOW_URL; moveStructure(arrowActionWorkFlowId: string, params: MoveArrowWorkFlowStructureParams): Observable; getStructureOptions(arrowActionWorkFlowId: string, type: WorkflowComponentType): Observable; deleteStructure(arrowActionWorkFlowId: string, type: WorkflowComponentType, structureId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }