import { Actions } from '@ngrx/effects'; import { GlobalMessageService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { ReplenishmentOrderConnector } from '../../connectors/replenishment-order.connector'; import { OrderActions } from '../actions/index'; import * as i0 from "@angular/core"; export declare class ReplenishmentOrderDetailsEffect { private actions$; private replenishmentOrderConnector; private globalMessageService; loadReplenishmentOrderDetails$: Observable; cancelReplenishmentOrder$: Observable; constructor(actions$: Actions, replenishmentOrderConnector: ReplenishmentOrderConnector, globalMessageService: GlobalMessageService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }