import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../../shared/base-api-template-service.model'; import { JobShipmentContainerModel } from '../../../../../../../models/aggregates/erp/delivery/job-shipment/delivery-job-shipment-container.model'; import { ApiResponseModel, ApiVisa, PagingResponseModel } from '../../../shared'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class JobShipmentQueryService extends BaseApiTemplateService { readonly url: string; readonly login_entity_url: string; readonly endpoint_path_login_entity_url: string; constructor(http: HttpClient); getByDTOCriteriaLoginEntity(dto: any, visa: ApiVisa): Observable>; getByGuidLoginEntity(guid: string, visa: ApiVisa): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }