import type { CartDomainState } from './cart.types'; export declare const cartDomainInitialState: CartDomainState;