import { ResultTable } from '..';
import { HighlightMarks } from './types';
export declare function syllabify(phrase: string): string[];
export declare function esdrujula(phrase: string): string;
export declare function strongify(phrase: string, nth: number): string;
export declare function clearLastAccent(word: string): string;
export declare function clearAccents(word: string): string;
export declare function tagDiffs(simulated: string, conjugated: string, tags: HighlightMarks, mode: boolean | null): string;
export declare function insertTags(simulated: ResultTable, conjugated: ResultTable, tags: HighlightMarks, mode: boolean | null): void;
//# sourceMappingURL=stringutils.d.ts.map