import type { BigSaleContext } from '../types'; /** * Standard 大促模板购物车变更时,向 Native CDS 同步购物车快照。 */ export declare function useSyncBigSaleCartToCds(context: BigSaleContext, options?: { enabled?: boolean; }): void;