import * as pl from "nodejs-polars"; import type { FieldMapping } from "./Mapping.ts"; export declare function parseField(mapping: FieldMapping, fieldExpr: pl.Expr): any;