/** * Convert ndjson text to JSON text * The return value is a string of JSON array text * @param ndjsonText */ export declare function ndjsonToJsonText(ndjsonText: string): string;