import type { ErrorSpan } from './../../types/index.js'; export declare const maybeAdviseSpansUsage: (spans: ErrorSpan[] | undefined) => string[];