import { ILogData, ILogOptions, ICharMatrix } from '../type'; export declare function parseTable(table: ILogData[][], options: ILogOptions): ICharMatrix;