import type { Readable } from "node:stream"; export declare function readLines(stream: Readable): AsyncGenerator;