import { StateMachine } from 'klayr-framework';
import { GovernanceGovernableConfig } from '../../config';
import { FeeMethod } from '../../types';
export declare function executeBaseFee(this: {
    name: string;
    _feeMethod: FeeMethod | undefined;
    _config: GovernanceGovernableConfig;
}, context: StateMachine.TransactionExecuteContext): Promise<void>;
