import type { SalesSdkProductsContextValue } from '../types'; /** * 商品列表 Provider 出口:data + actions 扁平合并。 * 必须在 `` 内部使用。 */ export declare function useSalesSdkProducts(): SalesSdkProductsContextValue;