import { ListOrdersRequest, ListOrdersResponse } from './objects/'; import { ListOrdersRequestInterface } from './interfaces/'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class VendorOrdersApiService { private readonly hostService; private readonly http; private _host; private apiOptions; listOrders(r: ListOrdersRequest | ListOrdersRequestInterface): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }