import { LogEvent } from '@testla/screenplay/lib/interfaces'; import { Transform, TransformCallback } from 'stream'; export declare class TransformEventToTextStream extends Transform { constructor(); private static indent; _transform(record: LogEvent, encoding: BufferEncoding, callback: TransformCallback): void; }