import { Keypair } from "@solana/web3.js"; export declare class MultiWalletProvider { private _wallets; constructor(); get(address: string): Keypair; }