import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface RefreshReserveAccounts {
    reserve: PublicKey;
    lendingMarket: PublicKey;
    pythOracle: PublicKey;
    switchboardPriceOracle: PublicKey;
    switchboardTwapOracle: PublicKey;
    scopePrices: PublicKey;
}
export declare function refreshReserve(accounts: RefreshReserveAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=refreshReserve.d.ts.map