import type { ArrayRowTable, ObjectRowTable } from '@loaders.gl/schema';
export declare function parseNDJSONSync(ndjsonText: string): ArrayRowTable | ObjectRowTable;
//# sourceMappingURL=parse-ndjson.d.ts.map