method Table.prototype.renderCellimport { Table } from "https://dotland.deno.dev/x/cliffy@v0.9.0/table.ts"; renderCell(cell: Cell, maxLength: number): { current: string; next: Cell; }Parameterscell: CellmaxLength: numberReturns{ current: string; next: Cell; }