/** * @license * Copyright 2019 Ludan Stoecklé * SPDX-License-Identifier: Apache-2.0 */ export declare function getCompleteList(): string[]; export declare function isH(word: string): boolean; export declare function isHAspire(word: string): boolean; export declare function isHMuet(word: string): boolean;