import { EnhancedExecute } from '../../../utils/solidity/transactionFactory';
import { Address } from '@melonproject/token-math';
interface RegisterFeesArgs {
    addresses: Address[];
}
declare type RegisterFeesResult = boolean;
export declare const registerFees: EnhancedExecute<RegisterFeesArgs, RegisterFeesResult>;
export {};
