import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface UpdateLendingMarketOwnerAccounts { lendingMarketOwnerCached: TransactionSigner; lendingMarket: Address; instructionSysvarAccount: Address; } export declare function updateLendingMarketOwner(accounts: UpdateLendingMarketOwnerAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=updateLendingMarketOwner.d.ts.map