import { ApplicaDataProvider } from './provider';
import { ApplicaDataProviderConfig } from './types';
/**
 * @deprecated Istanciate a new ApplicaDataProvider instead of using this function (new ApplicaDataProvider).
 */
declare function createDataProvider(config: ApplicaDataProviderConfig): ApplicaDataProvider;
export * from './provider';
export * from './utils';
export { createDataProvider };
//# sourceMappingURL=index.d.ts.map