/** * Builds a minimal SmartRouter wired with just the HTTP client (no browser * pool) for the capability smoke probes in verifyEndToEnd. * * We intentionally avoid spinning up a full Playwright pool here — the smoke * probe targets a stable URL (example.com) that never needs JS rendering. * This keeps the probe cheap and avoids browser-cold-start latency. */ import { SmartRouter } from '../../../fetch/router.js'; export declare function buildMinimalRouter(): Promise; //# sourceMappingURL=verify-router.d.ts.map