import type { LoaderWithParser, LoaderOptions } from '@loaders.gl/loader-utils'; /** * @param table - * @param jsonpaths - */ export type JSONLoaderOptions = LoaderOptions & { json?: { shape?: 'row-table'; table?: false; jsonpaths?: string[]; }; }; export declare const JSONLoader: LoaderWithParser; //# sourceMappingURL=json-loader.d.ts.map