/// import { Writable } from 'stream'; export type LogObject = { [x: string]: any; }; export declare const testWriteStream: (resolve: (value: unknown) => void, assert: Function, isJson?: boolean) => { stream: Writable; };