import type { SanityClient } from '@sanity/client';
export declare const migrateSanityConfig: (client: SanityClient) => Promise<void>;
