import { Currency } from './Currency';
import { SmartContractMethodInvocation } from './SmartContractMethodInvocation';
export declare class CeloSmartContractMethodInvocation extends SmartContractMethodInvocation {
    feeCurrency: Currency;
}
