declare const htmlStringDecode: (input: string) => string | null; export { htmlStringDecode };