import { SpanStatus } from '@opentelemetry/api'; import { ReadableSpan } from '@opentelemetry/tracing'; import type { LookupAddress } from 'dns'; export declare const assertSpan: (span: ReadableSpan, validations: { addresses: LookupAddress[]; hostname: string; forceStatus?: SpanStatus; }) => void;