/** * Tests for the generic fallback chunker — the fourth-language layer's Stage 1 * (mmnto-ai/totem#2387, `totem-strategy` Proposal 256 Option A; contract: * mmnto-ai/totem#2308). * * Covers: * - Language-agnostic chunking of the lockout cases (Rust, GDScript). * - Fixed-size line windows with overlap + full coverage, no duplicate tail. * - Empty / whitespace-only input yields zero chunks. * - Regression-lock: registering `generic` does not degrade or hijack the * existing TS routing, and `createChunker` still fail-louds on an unknown * strategy (the #2308 explicit-opt-in / Tenet-4 constraint). */ export {}; //# sourceMappingURL=generic-chunker.test.d.ts.map