import { InMemoryCache } from '@apollo/client'; declare const createCache: () => InMemoryCache; export default createCache;