/// /// import { Writable } from 'stream'; export declare class StreamToString extends Writable { parts: Array; constructor(options?: {}); toBuffer(): Buffer; toString(): string; }