import { Request, Response } from 'express'; export declare function renderWidgetResource(localPackagesPath: string, resource: string, request: Request, response: Response): void;