/** * Shard worker-boundary contract: a ShardBuildResult must be JSON-safe — * it round-trips losslessly through JSON.parse(JSON.stringify(...)). This * is what makes it transportable across a worker process boundary (no * ts.Node / ts.Program may ever appear in it). */ export {}; //# sourceMappingURL=shard-model.test.d.ts.map