import type { ThreadGroupConfig } from '../threads'; export type TraceEventStreamOptions = { ignoreFields?: string[]; threadGroups?: Iterable; maxConcurrency?: number; defaultThreadName?: string; strict?: boolean; };