/** * Resident-memory gate for an all-mode pull at the list -> plan boundary. * * `sync()` receives every remote object through `listRemoteFilesForScope()`; * all mode deliberately invokes the broad `listRemoteFiles()` branch. This * fixture reaches that production seam with a paged ObjectIO transport, then * stops at the emitted plan before transfer/execution can own unrelated data. * * The fixture is 50,000 long-path rows rather than the largest 677,732-row * personal vault. It matches the steady-state phase-two retention harness's * practical full-pass cardinality, makes three independent trials CI-sized, * and keeps the bound per-row so the production scope remains constrained. */ export {}; //# sourceMappingURL=streaming-pull-planner.bench.test.d.ts.map