import type { ErrorRelatedSources } from './../../source-maps/index.js'; import type { ErrorSpan, PrettyPrintOptions } from './../../types/index.js'; export declare const printEffectStacktrace: (sources: Omit[] | undefined, spans: ErrorSpan[] | undefined, { stripCwd }: PrettyPrintOptions) => string[];