import type { StorefrontInstanceV2 } from '../connector/index';
import { StorefrontInstance } from 'storefrontSdkV1';
export declare function graphqlQuery<ResponseData>(query: string, variables: string | Record<string, unknown>, client: StorefrontInstanceV2 | StorefrontInstance): Promise<ResponseData>;
