import type { Span } from './tracer';
export default function reportToSocket(span: Span): void;
