import { DataSourceSchema } from '@vtj/core';
export declare function parseDataSources(dataSources?: Record<string, DataSourceSchema>): string[];
