import { CartPageEventBuilder } from './cart-page-event.builder';
import * as i0 from "@angular/core";
export declare class CartPageEventModule {
    constructor(_cartPageEventBuilder: CartPageEventBuilder);
    static ɵfac: i0.ɵɵFactoryDeclaration<CartPageEventModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<CartPageEventModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<CartPageEventModule>;
}
