import { Connection, Keypair, PublicKey } from '@solana/web3.js';
import { Web3Client } from './lib';
import * as anchor from '@coral-xyz/anchor';
export declare function parseKeypairFile(file: string): Keypair;
export type Env = {
    provider: anchor.AnchorProvider;
    payer: Keypair;
    connection: Connection;
    client: Web3Client;
    kLendProgramId: PublicKey;
    kVaultProgramId: PublicKey;
};
//# sourceMappingURL=client_kamino_manager.d.ts.map