import { LogBatch } from '../types'; export interface ITransport { send(batch: LogBatch): Promise; }