import type { TestStepResultStatus } from '@cucumber/messages'; export declare function formatStatusName(status: TestStepResultStatus): string;