import { type Observable } from 'rxjs'; import { ProjectCrewRoleParticipant, ProjectResourceRequestBody, ProjectResourceTemplate } from '../models'; import * as i0 from "@angular/core"; export declare class CuiProjectResoursePhaseInitApiService { private readonly httpClient; private readonly PROJECT_RESOURCE_URL; createCrewTemplate(body: ProjectResourceRequestBody): Observable; replaceCrewTemplate(phaseInitId: string, crewTemplateId: string): Observable; updateCrewTemplate(phaseId: string, builderId: string, body: ProjectCrewRoleParticipant): Observable; getCrewTemplates(phaseId: string): Observable; deleteCrewTemplate(phaseId: string, builderCrewId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }