import { type PortoParameters } from 'wagmi/connectors'; import type { Wallet } from '../../Wallet'; export declare const portoWallet: (parameters: PortoParameters) => Wallet;