/**
 * @param {string} value
 * @returns {string} value with forced "normal" space
 */
export function normalSpaces(value: string): string;
