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. */
export declare function getLatinSyllableCompositions(str: string): Sound[][][];
