import type { Table } from '../core/types.js'; export declare function buildTableXml(table: Table, tableId: number): string;