import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare const withdrawFeeInstruction: (reservePubkey: PublicKey, lendingMarketPubkey: PublicKey, lendingMarketAuthorityPubkey: PublicKey, lendingMarketOwnerPubkey: PublicKey, reserveFeePubkey: PublicKey, dstFeePubkey: PublicKey, lendingProgramId?: PublicKey) => TransactionInstruction; //# sourceMappingURL=withdrawFee.d.ts.map