import { Connection } from "@solana/web3.js";
export declare class SolendReserve {
    config: any;
    private rewardsData;
    private buffer;
    stats: any | null;
    private connection;
    constructor(reserveConfig: any, connection: Connection);
}
