import type { Schema } from "@frictionless-ts/metadata"; import type { TableError } from "@frictionless-ts/metadata"; import type { Table } from "./Table.ts"; export declare function inspectTable(table: Table, options?: { schema?: Schema; sampleRows?: number; maxErrors?: number; }): Promise;