import { AxeResults } from 'axe-core'; declare function createHTMLReport(results: AxeResults): Promise; export = createHTMLReport;