import { Transaction, PublicKey } from '@solana/web3.js'; export declare const addFeeInstruction: (tx: Transaction, payer: PublicKey) => Transaction; export declare const collectFee: (target: any, memberName: string, descriptor: PropertyDescriptor) => void; export declare const collectFees: (target: any, memberName: string, descriptor: PropertyDescriptor) => void;