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