export = ContractMethod;
declare class ContractMethod extends FunctionCoder {
    constructor(fragment: any, contract: any, conflux: any);
    contract: any;
    conflux: any;
    call(...args: any[]): MethodTransaction;
}
import FunctionCoder = require("./FunctionCoder");
import MethodTransaction = require("./MethodTransaction");
//# sourceMappingURL=ContractMethod.d.ts.map