/** * 将本次加车的明确数量写入 cacheItem(防抖合并、options.quantity 透传)。 * OS `buildCacheItemFromCartDetail` 已优先 ctx.quantity,此处再保证 enrich 前后一致。 */ export declare function applyExplicitAddQuantityToCacheItem(cacheItem: Record, quantity: number): Record;