import { SanityClient } from '@sanity/client'; /** * Default client for queries, using API version 1 for backwards compatibility * * @internal */ export declare const client: SanityClient; /** * For structure-internal requests that we have control of the filter on, * we'll use this client with a more modern API version * * @internal */ export declare const structureClient: SanityClient; //# sourceMappingURL=Client.d.ts.map