import { type NormalizedCacheObject, ApolloClient } from '@apollo/client'; declare const setCachedApolloClient: (apolloClient: ApolloClient) => void; declare const getCachedApolloClient: () => ApolloClient | undefined; export { setCachedApolloClient, getCachedApolloClient };