/** * Collapse whitespace to a single space. * * @param {string} value * @returns {string} */ export function collapseWhiteSpace(value: string): string;