/** * @internal INTERNAL! Don't use outside of @sanity/base! * * Preconfigured, versioned client used for all the * internal tooling within @sanity/base. */ import type { SanityClient } from '@sanity/client'; /** * Only for use inside of @sanity/base * Don't import this from external modules. * * @internal */ export declare const versionedClient: SanityClient; /** * Only for use inside of @sanity/base * Don't import this from external modules. * * Gets a client configured with the passed API version, * re-using clients where possible * * @internal */ export declare const getVersionedClient: (version: string | undefined) => SanityClient; //# sourceMappingURL=versionedClient.d.ts.map