import type { Observable } from 'rxjs'; import type { ProjectInitComponents, ProjectInitPhases } from '../models'; import * as i0 from "@angular/core"; export declare class CuiProjectInitPhaseApiService { private readonly httpClient; private readonly PROJECT_INIT_PHASE_URL; changePhase(initPhaseId: string, type: ProjectInitPhases): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }