///
import type { SalesSdkContextValue } from '../types';
/**
* 顶层 Sales SDK 数据层 Context。
*
* 不直接通过该 Context 取值(请用 useSalesSdk hook),但子 Provider(Product / Cart / Customer)
* 在内部读取该 Context 拿到 `bookingTicket` OS 引用。
*/
export declare const SalesSdkContext: import("react").Context;