/// import { Readable } from 'stream'; import { CucumberMessage } from 'json-html-reporter-models'; export declare class StreamFunctions { streamToArrayAsync(stream: Readable): Promise; }