import type { SalesSdkUIHosts } from '../types'; /** * SalesSdk `openBookingEdit` Host:打开资源 / 时间编辑抽屉,确认后 resolve 编辑后的 cacheItem。 * * 须与 `` 同树挂载(通常在 SalesSdkProvider 内)。 */ export declare function createOpenBookingEditHost(): NonNullable;