import type { IntegerField } from "@frictionless-ts/metadata"; import * as pl from "nodejs-polars"; export declare function parseIntegerField(field: IntegerField, fieldExpr: pl.Expr): pl.Expr; export declare function stringifyIntegerField(_field: IntegerField, fieldExpr: pl.Expr): pl.Expr;