export declare const parseJSONStream: (data: string) => { items: T[]; lastChunk: string; };