import { ethers } from 'ethers';
export declare const connectMetamask: (provider: ethers.providers.Web3Provider) => Promise<string[]>;
