import type { PrettyError, PrettyPrintOptions } from './../types/index.js'; export declare const formatFailure: (failuresCount: number, options: PrettyPrintOptions) => ({ errorType, message, stack, span, isPlainString }: PrettyError, index: number) => string;