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