import { LoggerSettings } from "../types";
export declare const createBlockRowLine: (arr: any[], settings?: Partial<LoggerSettings>) => string[];
export declare const blockRowLine: (arr: Array<any>, settings?: Partial<LoggerSettings>) => void;
