import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; import BN from "bn.js"; export declare const DISCRIMINATOR: Buffer; export interface SetFeeArgs { singleUpdateFeeInLamports: BN; } export interface SetFeeAccounts { payer: TransactionSigner; config: Address; } export declare const layout: import("buffer-layout").Layout; export declare function setFee(args: SetFeeArgs, accounts: SetFeeAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=setFee.d.ts.map