import { Order, RoutingService } from '@spartacus/core'; import { OrderFacade } from '@spartacus/order/root'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class OrderDetailsService { private userOrderService; private routingService; orderCode$: Observable; orderLoad$: Observable<{}>; constructor(userOrderService: OrderFacade, routingService: RoutingService); getOrderDetails(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }