import type { Query } from '@cucumber/query'; import type { Theme } from '../types.js'; export declare function composeStats(query: Query, theme: Theme, stream: NodeJS.WritableStream): string;