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