import type { Observable } from 'rxjs'; import { FactoryMaterial, Structure } from '../models/factory-api.options'; import * as i0 from "@angular/core"; export declare class CuiFactoryApiService { private readonly httpClient; private readonly FACTORY_MATERIAL_URL; private readonly FACTORY_TOOL_URL; private readonly FACTORY_PART_URL; private readonly SHARED_HTTP_OPTIONS; getMaterialsByIds(ids: string[]): Observable; getPartsByIds(ids: string[]): Observable; getPartsByIdsStream(ids: string[]): Observable; getToolsByIdsStream(ids: string[]): Observable; getToolsByIds(ids: string[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }