| 1 | import { AbortError } from '../../errors'; |
| 2 | import { MetricEvent, ProtonDriveHTTPClient, SDKEvent, Telemetry } from '../../interface'; |
| 3 | import { getMockTelemetry } from '../../tests/telemetry'; |
| 4 | import { VERSION } from '../../version'; |
nothing calls this directly
no test coverage detected