import type { Table } from '@loaders.gl/schema';
import type { CSVWriterOptions } from "../../csv-writer.js";
/**
 * Encode a Table object as CSV
 */
export declare function encodeTableAsCSV(table: Table, options?: CSVWriterOptions): string;
//# sourceMappingURL=encode-csv.d.ts.map