export declare const encodeContentAsHtml: (content: string, siteUrl?: string) => string;
