import { Provider } from '../../types';
declare const HTTP_PROVIDER: Provider<'http'>;
export default HTTP_PROVIDER;
