import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare const refreshReserveInstruction: (reserve: PublicKey, oracle: PublicKey, switchboardFeed: PublicKey, lendingProgram: PublicKey) => TransactionInstruction;