import type { Observable } from 'rxjs'; import type { ProjectMainJobContent } from '../models'; import type { Job } from '../../shared'; import * as i0 from "@angular/core"; export declare class CuiDesignJobMainApiService { private readonly httpClient; private readonly PROJECT_STAGE_URL; getTask(phaseId: string, activityId: string, taskId: string): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }