/** * Parse a JSONL (newline-delimited JSON) string, skipping malformed lines. * Never throws — bad lines are silently dropped. */ export declare function parseJsonl(content: string): T[]; //# sourceMappingURL=parse-jsonl.d.ts.map