import type { DatasourceModalType } from '../types'; export declare const getDatasourceType: (datasourceId: string) => DatasourceModalType | undefined; export declare const canRenderDatasource: (datasourceId: string, defaultValue?: boolean) => boolean;