import type { ContentTable } from 'pdfmake/interfaces'; import type { ActualTableCell } from '../logic/table'; export declare function getTableStyleString(node: ContentTable): string | undefined; export declare function getTableCellStyleString(node: ActualTableCell, table: ContentTable, rowIndex: number, columnIndex: number): string;