import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./store/multi-cart-store.module";
import * as i2 from "./event/cart-event.module";
import * as i3 from "./cart-persistence.module";
export declare class CartModule {
    static forRoot(): ModuleWithProviders<CartModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<CartModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<CartModule, never, [typeof i1.MultiCartStoreModule, typeof i2.CartEventModule, typeof i3.CartPersistenceModule], never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<CartModule>;
}
