import type { RowUniqueError } from "@frictionless-ts/metadata"; import * as pl from "nodejs-polars"; import type { SchemaMapping } from "../../schema/index.ts"; export declare function createChecksRowUnique(mapping: SchemaMapping): { isErrorExpr: pl.Expr; errorTemplate: RowUniqueError; }[];