import type { StorefrontCartLineInput } from "../core/storefront"; export declare const createStorefrontCartStore: (storefrontId: string) => import("./cartStore").CartStore;