import type { DatasourceApi } from './types';
declare const api: Map<string, DatasourceApi>;
export default api;
