/// <reference types="node" />
import { Writable } from 'node:stream';
export declare function jsonlWriteFile(filePath: string): Writable;
