declare const formatRows: (rows: any[]) => { cells: any[]; }[]; export { formatRows };