import type { TableError } from "@frictionless-ts/metadata"; import type { Table } from "../table/index.ts"; import type { FieldMapping } from "./Mapping.ts"; export declare function inspectField(mapping: FieldMapping, table: Table, options: { maxErrors: number; }): Promise;