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