export declare const convertTextToHTML: (text: string) => string;
export declare const convertHTMLToText: (text: string) => string;
export declare const getElementTextLength: (element: Element) => number;
