import type { DataTransport } from "./dataTransport.js";
import type { RehydrationCache } from "./types.js";
declare global {
    interface Window {
        [ApolloSSRDataTransport]?: DataTransport<unknown>;
        [ApolloHookRehydrationCache]?: RehydrationCache;
    }
}
export declare const ApolloSSRDataTransport: unique symbol;
export declare const ApolloHookRehydrationCache: unique symbol;
//# sourceMappingURL=ApolloRehydrateSymbols.d.ts.map