export interface Transport { log: (logs: any[]) => Promise | void; flush: () => Promise | void; }