import type { Resource } from "@frictionless-ts/metadata"; import type { LoadTableOptions } from "../../../plugin.ts"; import * as pl from "nodejs-polars"; export declare function loadJsonTable(resource: Partial & { format?: "json" | "jsonl" | "ndjson"; }, options?: LoadTableOptions): Promise>;