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