/** * Table Rendering * * Styled table output with cli-table3 * @module utils/ui/tables */ import type { TableOptions } from '../../types/utils'; /** * Create styled table */ export declare function table(rows: string[][], options?: TableOptions): string; //# sourceMappingURL=tables.d.ts.map