import { ApolloClient } from '@apollo/client'; export declare const getApolloClient: ({ endpoint }: { endpoint: string; }) => ApolloClient;