import { ApolloClient } from '@apollo/client'; export declare const createApolloClient: () => { client: ApolloClient; onRefresh: () => Promise[]>; };