import { TonalUninfectionLexeme } from '../change/lexeme';
export declare function getNoUninfection(word: string): TonalUninfectionLexeme;
/** Uninfect the following syllable which is infected by a nasalization. */
export declare function uninfectFollowingSyllable(word: string): TonalUninfectionLexeme;
/** Uninfect the following word which is infected by a nasalization. */
export declare function uninfectFollowingWord(preceding: string, following: string): import("../change/phraseme").TonalUninfectionPhraseme;
