export declare function htmlDecodeQuotes(html: string): string;
export declare function decodeHtml(html: string): string;
export declare function decodeObjectHtmlEntities(obj: Record<string, string | any>): Record<string, any>;
