import sanitizeHtml from 'sanitize-html';
export declare function sanitize(html: string, opts?: sanitizeHtml.IOptions): string;
export declare function convertLinksToRelative(html: string): string;
