import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface UpdateLendingMarketOwnerAccounts {
    lendingMarketOwnerCached: PublicKey;
    lendingMarket: PublicKey;
}
export declare function updateLendingMarketOwner(accounts: UpdateLendingMarketOwnerAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=updateLendingMarketOwner.d.ts.map