/// import { Transform } from "stream"; /** * Escapes dots in the beginning of lines. Ends the stream with . * Also makes sure that only sequences are used for linebreaks */ declare class DataStream extends Transform {} export = DataStream;