package com.ubtrobot.analytics; import java.io.IOException; import java.util.List; /* loaded from: classes2.dex */ public interface EventStorage { int a() throws IOException; List a(int i) throws IOException; void a(Event event) throws IOException; void a(List list) throws IOException; void b(int i) throws IOException; void b(List list) throws IOException; }