/** * 将 cacheItem._extend.other.bundle 中的折后单价同步到订单行 product_bundle。 * 手动改价后 origin 快照已正确,但 product_bundle 可能未随 updates 写入。 */ export declare function syncBundleFromExtendOther(productBundle: any[] | undefined, otherBundle: any[] | undefined): any[] | undefined;