import { SpanContext } from './span_context';
/**
 * A pointer to another span.
 */
export declare type LinkContext = Pick<SpanContext, 'traceId' | 'spanId'>;
//# sourceMappingURL=link_context.d.ts.map