import type { ObjectField } from "@frictionless-ts/metadata"; import type { Table } from "../../table/index.ts"; export declare function inspectObjectField(field: ObjectField, table: Table): Promise;