import type { StepDefinition } from '@cucumber/messages'; import type { Theme } from '../types.js'; export declare function formatAmbiguousStep(stepDefinitions: readonly StepDefinition[], theme: Theme, stream: NodeJS.WritableStream): string;