export declare const vowels: string[];
export declare const consonants: string[];
export declare const syllables: {
    xox: string[];
    oxo: string[];
    combo: string[];
};
