import { PublicKey, TransactionInstruction } from "@solana/web3.js"; import { Buffer } from "buffer"; export declare const initLendingMarketInstruction: (owner: PublicKey, quoteCurrency: Buffer, lendingMarket: PublicKey, lendingProgramId?: PublicKey) => TransactionInstruction; //# sourceMappingURL=createLendingMarket.d.ts.map