import type { ArrayField, GeojsonField, ObjectField } from "@frictionless-ts/metadata"; import type { CellError } from "@frictionless-ts/metadata"; import type { Table } from "../../table/index.ts"; export declare function inspectJsonField(field: ArrayField | GeojsonField | ObjectField, table: Table, options?: { formatJsonSchema?: Record; }): Promise;