import { Item } from "./types"; export declare function getMaxLength(rows: Item[][]): number;