import { Span } from '@opentelemetry/sdk-trace-base';
export declare const onStart: (span: Span) => void;
