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