| 1 | import type { Context as OTELContext } from '@opentelemetry/api' |
| 2 | import type { GlobalChannelIncomingEvent, IframeChannelEvent, IframeChannelOutgoingEvent, IframeViewportDoneEvent, IframeViewportFailEvent } from '@vitest/browser/client' |
| 3 | import type { FileSpecification } from '@vitest/runner' |
| 4 | import type { BrowserTesterOptions, SerializedConfig } from 'vitest' |
nothing calls this directly
no test coverage detected