import type { AdjustTimeProduct } from '../../plus/salesSdk/adjustTime'; /** * 从资源排班解析当日可用结束时刻,对齐旧 addTimeModal currentResourceTimeEndDate。 */ export declare const getResourceEndTime: (state: any, cacheItem: any) => Date | undefined; export declare const mapAdjustTimeBooking: (cacheItem: any) => AdjustTimeBookingSnapshot; export declare const mapAdjustTimeProducts: (state: any, cacheItem: any) => AdjustTimeProduct[];