/** Internal prop name, in which SSR state will be passed */
export declare const APOLLO_STATE_PROP_NAME = "__APOLLO_STATE__";
/** Internal key name, which is used to store data in localStorage */
export declare const APOLLO_PERSISTED_CACHE_KEY = "__APOLLO_PERSISTED_CACHE__";
