import { ISharedDatasourcesResponse } from '@qodly/shared'; import { AppState } from '..'; export declare const fetchSharedDatasources: import('@reduxjs/toolkit').AsyncThunk; export declare const addSharedSource: any; export declare const editSharedSource: any; export declare const deleteSharedSource: import('@reduxjs/toolkit').AsyncThunk; export declare const updateSharedDatasources: import('@reduxjs/toolkit').AsyncThunk; export declare const setDatasourceEvents: import('@reduxjs/toolkit').AsyncThunk;