/** * Parse html document to object * @param {string} input - The html string to parse */ export default function html_parser(input: string): never[];