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