import { OnDestroy } from '@angular/core'; import { Observable, Subscription } from 'rxjs'; import { RoutingService, CartModification } from '@spartacus/core'; import * as i0 from "@angular/core"; export declare class CartValidationStateService implements OnDestroy { protected routingService: RoutingService; protected NAVIGATION_SKIPS: number; protected navigationIdCount: number; protected subscription: Subscription; cartValidationResult$: Observable; constructor(routingService: RoutingService); protected checkForValidationResultClear$: Observable<[import("@spartacus/core").RouterState, CartModification[]]>; ngOnDestroy(): void; protected setInitialState(): void; updateValidationResultAndRoutingId(cartModification: CartModification[]): void; protected setNavigationIdStep(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }