import { GraphQLClient } from "graphql-request"; export declare const GRAPHQL_CONTEXT = "sq:graphql-client"; declare function createGraphQlClient(appDomain: string, tenantAlias: string, token?: string): GraphQLClient; export declare const memoizedGraphQLClient: typeof createGraphQlClient; declare function useGraphQLClient(): GraphQLClient; export default useGraphQLClient;