ExtensionOptionsEthereumTx: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): ExtensionOptionsEthereumTx;
    encode(_: ExtensionOptionsEthereumTx, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: ExtensionOptionsEthereumTxAmino): ExtensionOptionsEthereumTx;
    fromAminoMsg(object: ExtensionOptionsEthereumTxAminoMsg): ExtensionOptionsEthereumTx;
    fromPartial(_: {}): ExtensionOptionsEthereumTx;
    fromProtoMsg(message: ExtensionOptionsEthereumTxProtoMsg): ExtensionOptionsEthereumTx;
    toAmino(_: ExtensionOptionsEthereumTx): ExtensionOptionsEthereumTxAmino;
    toProto(message: ExtensionOptionsEthereumTx): Uint8Array;
    toProtoMsg(message: ExtensionOptionsEthereumTx): ExtensionOptionsEthereumTxProtoMsg;
}