import { Phoneme } from "./model/phoneme";
export declare const vowels: Phoneme[];
export declare const consonants: Phoneme[];
