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