/**
 * Formats a console log message using the Devtools parser and returns HTML
 * @param args The arguments passed to the console method
 */
declare function formatMessage(args: any[]): string;
export default formatMessage;
