import { PublicKey, TransactionInstruction } from "@solana/web3.js"; import { ReserveConfig } from "../../structs/ReserveData"; export declare const updateReserveInstruction: (config: ReserveConfig, reservePubkey: PublicKey, lendingMarketPubkey: PublicKey, lendingMarketAuthorityPubkey: PublicKey, lendingMarketOwnerPubkey: PublicKey, lendingProgramId?: PublicKey) => TransactionInstruction; //# sourceMappingURL=updateReserve.d.ts.map