import type { SpanStatus } from 'effect/Tracer'; export declare const getSpanDuration: (status: SpanStatus, isLastEntry: boolean) => string;