/** * Tests for the WASM sizing boundary checks in the recovery search * (CLAUDE.md critical path 1). * * Deliberately its own file: it is the ONLY recovery test that mocks the WASM * oracle, and it has to, because a conformant binary cannot produce the values * these guards exist to catch. Keeping it separate leaves * `reconstructPeginParams.test.ts` running entirely against the real engine. * * The behaviour under test is not just "it throws" but "it throws OUT of the * search": a malformed sizing output indicts the binary, not the candidate, so * counting it as one more rejection would bury a broken engine under a * not-found result. */ export {}; //# sourceMappingURL=peginSizingIntegrity.test.d.ts.map