export declare const numberOfColumns: (s: string) => number; export declare const numberOfRows: (s: string) => number;