import type * as pl from "nodejs-polars"; import type { PolarsSchema } from "./Schema.ts"; export declare function getPolarsSchema(typeMapping: Record): PolarsSchema;