export { buildManualDataTransport } from "./ManualDataTransport.js"; export { registerLateInitializingQueue } from "./lateInitializingQueue.js"; export type { HydrationContextOptions } from "./RehydrationContext.js"; /** * > This export is only available in React Client Components * * Resets the singleton instances created for the Apollo SSR data transport and caches. * * To be used in testing only, like * ```ts * afterEach(resetManualSSRApolloSingletons); * ``` * * @public */ export declare function resetManualSSRApolloSingletons(): void; //# sourceMappingURL=index.d.ts.map