/** * Function that removes unsafe link nodes. * @param node - can be any element. * @param hosts - list of allowed hosts. */ export declare const removeUnsafeLinks: (node: Element) => Element;