import type { Field } from "@frictionless-ts/metadata"; import type { CellTypeError } from "@frictionless-ts/metadata"; import type { CellMapping } from "../Mapping.ts"; export declare function checkCellType(field: Field, mapping: CellMapping): { isErrorExpr: import("nodejs-polars").Expr; errorTemplate: CellTypeError; };