import { StateMachine } from 'klayr-framework';
import { GovernanceGovernableConfig } from '../../config';
export declare function verifyMinimumFee(this: {
    name: string;
    _config: GovernanceGovernableConfig;
}, context: StateMachine.TransactionVerifyContext): Promise<void>;
