import type { Resource } from "@frictionless-ts/metadata"; import type { LoadTableOptions } from "../../../plugin.ts"; import * as pl from "nodejs-polars"; export declare function loadCsvTable(resource: Partial & { format?: "csv" | "tsv"; }, options?: LoadTableOptions): Promise>;