export declare const VOWEL_PATTERN: RegExp; export declare const APOSTROPHE_PATTERN: RegExp; /** * Returns true if a given word is a monosyllable. * Returns false otherwise. */ export declare function isMonosyllable(word: string): boolean;