import type { Field } from "@frictionless-ts/metadata"; import type { SchemaMapping } from "./Mapping.ts"; export declare function matchSchemaField(mapping: SchemaMapping, field: Field, index: number): { source: import("../index.ts").PolarsField; target: Field; } | undefined;