import { type PrettyPrintOptions } from './types/index.js'; import type { CapturedErrors } from './capture-errors.js'; export declare const prettyPrintFromCapturedErrors: ({ errors, interrupted }: CapturedErrors, options?: PrettyPrintOptions) => string;