import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare const setLendingMarketOwnerInstruction: (newOwner: PublicKey, lendingMarket: PublicKey, currentOwner: PublicKey, lendingProgram: PublicKey) => TransactionInstruction;