/** * 将 Holder 选择结果写入 cacheItem._extend.holder_id。 */ export declare function applyHolderToCacheItem(cacheItem: any, holderIds: number[]): any;