import type { ErrorSpan, PrettyPrintOptions } from './../../types/index.js'; export declare const maybePrintSpansTimeline: (spans: ErrorSpan[] | undefined, isPlainString: boolean, { stripCwd }: PrettyPrintOptions) => string[];