core-utils
    Preparing search index...
    interface InstallTraceparentForTestParams {
        context: TraceparentContextLike;
        existingHeaders?: Record<string, string>;
        testInfo: TraceparentTestInfoLike;
        traceparent?: string;
    }
    Index
    existingHeaders?: Record<string, string>
    traceparent?: string