import { OrderHistoryList, ReplenishmentOrder, ReplenishmentOrderList } from '@spartacus/core'; import { Observable } from 'rxjs'; import { ReplenishmentOrderAdapter } from './replenishment-order.adapter'; import * as i0 from "@angular/core"; export declare class ReplenishmentOrderConnector { protected adapter: ReplenishmentOrderAdapter; constructor(adapter: ReplenishmentOrderAdapter); load(userId: string, replenishmentOrderCode: string): Observable; loadReplenishmentDetailsHistory(userId: string, replenishmentOrderCode: string, pageSize?: number, currentPage?: number, sort?: string): Observable; cancelReplenishmentOrder(userId: string, replenishmentOrderCode: string): Observable; loadHistory(userId: string, pageSize?: number, currentPage?: number, sort?: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }