import { ProviderInterface } from '../types'; import './polyfill'; export default function httpProvider(endpoint: string): ProviderInterface;