import { IDataSource } from "@golemio/core/dist/integration-engine/datasources"; export interface IDataSourceProvider { getDataSource: (...args: any[]) => IDataSource; }