import * as web3 from '@solana/web3.js'; export declare function loadKeypair(keypair: string): any; export declare function loadWallet(path: string): web3.Keypair;