import { HttpClient } from '@angular/common/http'; import { bl_del_shipment_hdr_RowClass, DeliveryShipmentHdrContainerModel } from '../../../../../../../models'; import { ApiResponseModel, ApiVisa, BasicApiResponseModel } from '../../../shared'; import { Observable } from 'rxjs'; import { BaseApiPublicLoginTemplateService } from '../../../shared/base-api-public-login-template.service'; import * as i0 from "@angular/core"; export declare class ShipmentHdrService extends BaseApiPublicLoginTemplateService { readonly url: string; constructor(http: HttpClient); retrieveShipments(body: any, visa: ApiVisa): Observable>; postWithQueue(dtoObject: any, visa: ApiVisa): Observable; cancelJobs(dtoObject: any, visa: ApiVisa): Observable; startJobs(visa: ApiVisa, dtoObject: any): Observable; startJobsLoginDriver(visa: ApiVisa, dtoObject: any): Observable; completeJobs(visa: ApiVisa, dtoObject: any): Observable; completeJobsLoginDriver(visa: ApiVisa, dtoObject: any): Observable; readyToShipJobs(visa: ApiVisa, dtoObject: any): Observable; addCustomStatusToJobs(visa: ApiVisa, dtoObject: any): Observable; multiDeleteShipments(dtoObject: any, visa: ApiVisa): Observable; getByTrackingIdPublicEp(trackingId: string, apiVisa: ApiVisa): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }