import type { ClientConfig, SanityClient } from '@sanity/client';
export declare function createClient(config: ClientConfig): SanityClient;
