import { EventService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { CartPageEvent } from './cart-page.events'; import * as i0 from "@angular/core"; export declare class CartPageEventBuilder { protected eventService: EventService; constructor(eventService: EventService); protected register(): void; protected buildCartPageEvent(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }