import type { Observable } from 'rxjs'; import { TechnologyRule } from '../models'; import * as i0 from "@angular/core"; export declare class CuiTechnologyPhaseInitApiService { private readonly httpClient; private readonly PROJECT_INIT_PHASE_URL; setTechnology(id: string, technologyId: string): Observable; addStageRule(phaseId: string, stageId: string): Observable; addTaskRule(phaseId: string, stageId: string, taskId: string): Observable; deleteRule(phaseId: string, technologyId: string, stageRulesId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }