import { SpanContext } from './span_context'; /** * A pointer to another span. */ export declare type LinkContext = Pick;