/// /** * Redirects stream to the current test log. * @param stream */ import { Stream } from 'stream'; export default function rStreamToLog(stream: Stream): void;