/// import { Writable } from 'stream'; export declare class DumpStream { private constructor(); static getWritable(): Writable; }