/// import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare const initLendingMarketInstruction: (owner: PublicKey, quoteCurrency: Buffer, lendingMarket: PublicKey, pythOracle: PublicKey, switchboardOracle: PublicKey, lendingProgram: PublicKey) => TransactionInstruction;