import type { SaveTableOptions } from "../../../plugin.ts"; import type { Table } from "../../../table/index.ts"; export declare function saveCsvTable(table: Table, options: SaveTableOptions & { format?: "csv" | "tsv"; }): Promise;