This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [@apollo/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) pac
/**
* An empty file that will be used for export conditions on paths where they should just not have a match.
*
* E.g. importing from /ssr in a RSC file will end up being served this file.
*/export {};
//# sourceMappingURL=empty.d.ts.map