import * as messages from '@cucumber/messages'; import { Readable } from 'stream'; export declare function gherkinMessages(gherkinSource: string, uri: string): Readable; export declare function streamToArray(readableStream: Readable): Promise; //# sourceMappingURL=TestHelpers.d.ts.map