export declare function tapEgress(): void; /** * Restore the originals and clear the install markers. * * Required for testability: the installed wrapper closes over the FIRST module * instance's `EVENT_FILE`, and both markers (`globalThis.__lensmcpFetchTap`, and * `request.__lensmcp` on the http module singleton) survive `jest.resetModules()`. * Without this, every tap-egress test after the first writes into the first * test's temp dir. Same trap `tap-stdout.spec.ts` documents for `process.stderr`. */ export declare function resetEgressTapForTests(): void;