import type { RowTable } from '@loaders.gl/schema';
import type { JSONLoaderOptions } from "../../json-loader.js";
export declare function parseJSONSync(jsonText: string, options: JSONLoaderOptions): RowTable;
//# sourceMappingURL=parse-json.d.ts.map