/// import { Readable } from "stream"; import { AsyncStream } from "./index"; export declare function streamLines(readable: Readable, encoding?: BufferEncoding): AsyncStream;