export default factory; /** * @return {Writable} */ declare function factory(): Writable; import { Writable } from 'readable-stream';