import type { FetcherConstructor } from "./types";
import "./polyfill";
declare const EtherscanFetcher: FetcherConstructor;
export default EtherscanFetcher;
