import type { SaveTableOptions } from "../../../plugin.ts"; import type { Table } from "../../../table/index.ts"; export declare function saveJsonTable(table: Table, options: SaveTableOptions & { format?: "json" | "jsonl" | "ndjson"; }): Promise;