import { Keypair } from '@solana/web3.js';
export declare const loadKeypairFromFile: (filePath: string) => Keypair;
export declare const loadKeypairFromBase58: (base58Key: string) => Keypair;
