/// export declare class Streams { Write(chunk: any, encoding: BufferEncoding, cb?: (error: Error | null | undefined) => void): boolean; Pipe(destination: T, options?: { end?: boolean; }): T; }