export declare const basicVowels: string[]; export declare const basicVowelSet: Set; export declare const basicVowelCharCodes: number[]; export declare const basicVowelCharCodeSet: Set;