export type Callback = (lines: Buffer) => void; export default function concatWritable(callback: Callback): NodeJS.WritableStream;