/** * Convert motd text to html. * @param motdString */ export default function textToHTML(motdString: string): string;