import type { LoaderOptions } from '@loaders.gl/loader-utils'; export type JSONGraphLoaderOptions = LoaderOptions & { jsongraph?: {}; }; export type JSONGraphParserOptions = NonNullable; export declare const JSONGraphLoader: any; //# sourceMappingURL=json-graph-loader.d.ts.map