import { ReplenishmentOrder, RoutingService } from '@spartacus/core'; import { ReplenishmentOrderFacade } from '@spartacus/order/root'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ReplenishmentOrderDetailsService { protected routingService: RoutingService; protected userReplenishmentOrderService: ReplenishmentOrderFacade; protected replenishmentOrderCode$: Observable; protected replenishmentOrderLoad$: Observable; constructor(routingService: RoutingService, userReplenishmentOrderService: ReplenishmentOrderFacade); getOrderDetails(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }