/**
 * @param {string} value
 * @returns {string}
 */
export function normalize(value: string): string;
