import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs/Observable'; import { SalesDataInvoiceCommentSearchResultInterface } from '../model/salesDataInvoiceCommentSearchResultInterface'; import { Configuration } from '../configuration'; export declare class SalesInvoiceManagementV1Service { protected httpClient: HttpClient; protected basePath: string; defaultHeaders: HttpHeaders; configuration: Configuration; constructor(httpClient: HttpClient, basePath: string, configuration: Configuration); private canConsumeForm; salesInvoiceManagementV1GetCommentsListGet(id: number, observe?: 'body', reportProgress?: boolean): Observable; salesInvoiceManagementV1GetCommentsListGet(id: number, observe?: 'response', reportProgress?: boolean): Observable>; salesInvoiceManagementV1GetCommentsListGet(id: number, observe?: 'events', reportProgress?: boolean): Observable>; salesInvoiceManagementV1NotifyPost(id: number, observe?: 'body', reportProgress?: boolean): Observable; salesInvoiceManagementV1NotifyPost(id: number, observe?: 'response', reportProgress?: boolean): Observable>; salesInvoiceManagementV1NotifyPost(id: number, observe?: 'events', reportProgress?: boolean): Observable>; salesInvoiceManagementV1SetCapturePost(id: number, observe?: 'body', reportProgress?: boolean): Observable; salesInvoiceManagementV1SetCapturePost(id: number, observe?: 'response', reportProgress?: boolean): Observable>; salesInvoiceManagementV1SetCapturePost(id: number, observe?: 'events', reportProgress?: boolean): Observable>; salesInvoiceManagementV1SetVoidPost(id: number, observe?: 'body', reportProgress?: boolean): Observable; salesInvoiceManagementV1SetVoidPost(id: number, observe?: 'response', reportProgress?: boolean): Observable>; salesInvoiceManagementV1SetVoidPost(id: number, observe?: 'events', reportProgress?: boolean): Observable>; }