export { type Border, border, type IBorder } from "./border.js"; export { Cell, type CellType, type CellValue, type Direction, type ICell, } from "./cell.js"; export { Column, type ColumnOptions } from "./column.js"; export { consumeWords } from "./consume_words.js"; export { type DataRow, type IDataRow, type IRow, Row, type RowType, } from "./row.js"; export { type BorderOptions, type IBorderOptions, type ITable, Table, type TableType, } from "./table.js"; //# sourceMappingURL=mod.d.ts.map