import { Response } from 'express'; export declare function loadHTML(response: Response, widgetName: string, packagesPath: string, cb: any): void;