import type { TestStepResultStatus } from '@cucumber/messages'; import type { Theme } from '../types.js'; export declare function formatCounts(noun: readonly [singular: string, plural: string], counts: Partial>, theme: Theme, stream: NodeJS.WritableStream): string;