import { Keypair } from '@solana/web3.js'; export declare function loadKeypair(privateKey: string): Keypair;