/** * Use glorious unicode to the fullest possible extent. As seen previously in * many man pages. * * @copyright (c) 2004 Joey Hess * @license GPL-2+ * @author Aaron Wells */ /** * * @param {string} initialString */ export declare function uniencode(initialString: string): string;