import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare const refreshReserveInstruction: (reserve: PublicKey, oracle: PublicKey | null, lendingProgramId?: PublicKey) => TransactionInstruction; //# sourceMappingURL=refreshReserve.d.ts.map