import type { Preset } from '../types';
export declare const supportedDatasources: string[];
export declare const presets: Record<string, Preset>;
