import type { ExportResponse } from './export-response'; export interface IExporterTransport { send(data: Uint8Array, timeoutMillis: number): Promise; shutdown(): void; } //# sourceMappingURL=exporter-transport.d.ts.map