import type { ApolloClient } from '@apollo/client'; /** * Gets an instance of the Apollo client configured to connect to the Source Experience API * * Note that you *must* call `useCarbonClient()` to get an instance of the Carbon SDK's client. Standard * hooks such as `useApolloClient()` will not work, as we intentionally do not use * * @returns an instance of the Carbon Apollo Client */ export declare function useCarbonClient(): ApolloClient;