import type { Suggestion } from '@cucumber/messages'; import type { FormatCodeFunction } from '../types.js'; export declare function composeSnippets(suggestions: ReadonlyArray, formatCode: FormatCodeFunction, stream: NodeJS.WritableStream): string;