import { Request, Response } from 'express'; export declare function getSafeItemName(itemName: any): string; export declare function readDashboardJSON(dashboardPath: any, cb: any): void; export declare function listAllDashboards(packagesPath: any, request: Request, response: Response): void; export declare function renderDashboard(packagesPath: any, dashboardName: any, request: Request, response: Response): void;