import { DataProviderKey } from './types';
export declare const ALL_SDK: Record<DataProviderKey, 'sdk'>;
export declare const ALL_SUPABASE: Record<DataProviderKey, 'supabase'>;
