/**
 * Syllable count
 *
 * @param {string} value
 * @returns {number}
 */
export function syllable(value: string): number
