import { IDashboardConfig } from '../type'; export declare function readDashboard(dashboardFilePath: string): IDashboardConfig | void;