import { Actions } from '@ngrx/effects'; import { ActiveCartService, CartActions, GlobalMessageService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { SavedCartConnector } from '../../connectors/saved-cart.connector'; import { SavedCartActions } from '../actions/index'; import * as i0 from "@angular/core"; export declare class SavedCartEffects { private actions$; private savedCartConnector; private activeCartService; private globalMessageService; loadSavedCart$: Observable; loadSavedCarts$: Observable; restoreSavedCart$: Observable; saveCart$: Observable; editSavedCart$: Observable; cloneSavedCart$: Observable; constructor(actions$: Actions, savedCartConnector: SavedCartConnector, activeCartService: ActiveCartService, globalMessageService: GlobalMessageService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }