import type { Observable } from 'rxjs'; import { StageJobApprovalDetailsTreeStruct } from '../models/stage-job-approval-details'; import { StageJobQuantumDetailsTreeStruct } from '../models/stage-job-quantum-details'; import * as i0 from "@angular/core"; export declare class CuiStageJobQuantumDetailsApiService { private readonly httpClient; private readonly STAGE_JOB_QUANTUM_DETAILS_URL; getByTechnologyId(id: string): Observable; getByTechnologyIdWithApprovalCriteria(id: string): Observable; getChildrenByParentId(id: string): Observable; getChildrenByParentIdWithApprovalCriteria(id: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }