/** * Copyright (c) 2023 MERCENARIES.AI PTE. LTD. * All rights reserved. */ declare module 'insane' { function insane(html: string, options?: any): string }