import type { SalesSdkCartContextValue } from '../types'; /** * 购物车 Provider 出口:data + actions 扁平合并。 * 必须在 `` 内部使用。 */ export declare function useSalesSdkCart(): SalesSdkCartContextValue;