import { ILogData, ILogOptions, ICharMatrix } from '../type'; export declare function parse(data: ILogData, options?: ILogOptions): ICharMatrix;