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