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