import type { SaveTableOptions } from "../../../plugin.ts"; import type { Table } from "../../../table/index.ts"; export declare function saveParquetTable(table: Table, options: SaveTableOptions): Promise;