import { Sound } from'../unit';
/** Get Latin syllable compositions for syllable tokenization. Returned values can be further matched with tone patterns or looked up in dictionary. */exportdeclarefunctiongetLatinSyllableCompositions(str: string): Sound[][][];