/** * Format given string to proper indentation. * @param {string} html true will force to toggle in to source mode. * @returns {string} formated value */ export default function formatHtml(html: string): string;