import { Address, AccountMeta, AccountSignerMeta, Instruction } from "@solana/kit"; import BN from "bn.js"; export declare const DISCRIMINATOR: Buffer; export interface WithdrawProtocolFeeArgs { amount: BN; } export interface WithdrawProtocolFeeAccounts { globalConfig: Address; lendingMarket: Address; reserve: Address; reserveLiquidityMint: Address; lendingMarketAuthority: Address; feeVault: Address; feeCollectorAta: Address; tokenProgram: Address; instructionSysvarAccount: Address; } export declare const layout: import("buffer-layout").Layout; export declare function withdrawProtocolFee(args: WithdrawProtocolFeeArgs, accounts: WithdrawProtocolFeeAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=withdrawProtocolFee.d.ts.map