export declare type DatasetConfig = { id: string; name?: string; /** JSON url */ url?: string; }; export declare type DatasetManagerConfig = DatasetConfig[]; export declare type DatasetMap = Record;