import type { ClientConfig as ClientConfigForExport, SanityClient as SanityClientForExport } from '@sanity/client';
import type { Aborter as AborterForExport } from './aborter';
export declare type ClientConfig = ClientConfigForExport;
export declare type SanityClient = SanityClientForExport;
export declare type Aborter = AborterForExport;
export * from './client';
export { createCurrentUserHook } from './currentUser';
export * from './types';
export { createPreviewSubscriptionHook } from './useSubscription';
export { default as groq } from 'groq';
