import type { TestStepResultStatus } from '@cucumber/messages'; import type { Theme } from '../types.js'; export declare function formatError(message: string, status: TestStepResultStatus, theme: Theme, stream: NodeJS.WritableStream): string;