export declare class LogUtil { /** * Return a pretty printed string from JSON * * @param obj Object to format * @param html flag for if html should be output * @returns {string} */ static pretty(obj: any, html?: boolean): string; }