import parseNDJSONSync from './lib/parse-ndjson'; import parseNDJSONInBatches from './lib/parse-ndjson-in-batches'; export declare const NDJSONLoader: { name: string; id: string; module: string; version: any; extensions: string[]; mimeTypes: string[]; category: string; text: boolean; parse: (arrayBuffer: ArrayBuffer) => Promise; parseTextSync: typeof parseNDJSONSync; parseInBatches: typeof parseNDJSONInBatches; options: {}; }; //# sourceMappingURL=ndjson-loader.d.ts.map