/** * Decodes HTML special chars entities * * @param text The text we want to decode * * @returns text with decoded html entities */ export declare function decodeHtmlSpeciaChars(text: string): string;