/** Serialize a session JSONL iterable in bounded batches instead of materializing the full export. */ export declare function writeJsonLinesSync(filePath: string, values: Iterable): void; //# sourceMappingURL=session-jsonl-writer.d.ts.map