import { ethers } from "ethers";
export declare const extractMetaMaskSigner: () => Promise<ethers.Signer>;
