/** * Cross-path golden for the resume rebuild (#2220 Part 2): the funded tx and * DepositTerms are produced by the PRODUCTION build path * (`PeginManager.preparePegin` → `createPrePeginTransaction` WASM entry point), * then fed through `rebuildDepositTermsCore` (which recomputes sizing and * scripts via the STANDALONE WASM entry points). The deep-equality assertion is * the only JS-side proof that the two WASM paths agree byte-for-byte — the * in-file golden in `rebuildDepositTermsCore.test.ts` builds its fixture from * the same calls the core makes, so it cannot see cross-entry-point drift. */ export {}; //# sourceMappingURL=PeginManager.rebuildDepositTerms.test.d.ts.map