import type { PickleStep, Step, TestStep, TestStepResultStatus } from '@cucumber/messages'; import type { Theme } from '../types.js'; export declare function formatStepTitle(testStep: TestStep, pickleStep: PickleStep, step: Step, status: TestStepResultStatus, useStatusIcon: boolean, theme: Theme, stream: NodeJS.WritableStream): string;