import { type Attachment } from '@cucumber/messages'; import type { Theme } from '../types.js'; export declare function formatAttachment(attachment: Attachment, theme: Theme, stream: NodeJS.WritableStream): string;