import { WalletProps, WalletOptions } from '../wallet'; export declare const metaMask: ({ chains }: WalletOptions) => WalletProps;