import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs/Observable'; import { SalesDataShipmentCommentSearchResultInterface } from '../model/salesDataShipmentCommentSearchResultInterface'; import { Configuration } from '../configuration'; export declare class SalesShipmentManagementV1Service { protected httpClient: HttpClient; protected basePath: string; defaultHeaders: HttpHeaders; configuration: Configuration; constructor(httpClient: HttpClient, basePath: string, configuration: Configuration); private canConsumeForm; salesShipmentManagementV1GetCommentsListGet(id: number, observe?: 'body', reportProgress?: boolean): Observable; salesShipmentManagementV1GetCommentsListGet(id: number, observe?: 'response', reportProgress?: boolean): Observable>; salesShipmentManagementV1GetCommentsListGet(id: number, observe?: 'events', reportProgress?: boolean): Observable>; salesShipmentManagementV1GetLabelGet(id: number, observe?: 'body', reportProgress?: boolean): Observable; salesShipmentManagementV1GetLabelGet(id: number, observe?: 'response', reportProgress?: boolean): Observable>; salesShipmentManagementV1GetLabelGet(id: number, observe?: 'events', reportProgress?: boolean): Observable>; salesShipmentManagementV1NotifyPost(id: number, observe?: 'body', reportProgress?: boolean): Observable; salesShipmentManagementV1NotifyPost(id: number, observe?: 'response', reportProgress?: boolean): Observable>; salesShipmentManagementV1NotifyPost(id: number, observe?: 'events', reportProgress?: boolean): Observable>; }