/**
 * @license
 * Copyright 2019 Ludan Stoecklé
 * SPDX-License-Identifier: Apache-2.0
 */
export declare function beginsWithVowel(word: string): boolean;
export declare function isContractedVowelWord(word: string): boolean;
