import { ethers } from "ethers";
export declare function getProvider(): Promise<ethers.providers.Web3Provider>;
