declare const dashboardStatus: () => Promise; declare const dashboardStart: () => Promise; declare const dashboardStop: () => Promise; declare const dashboardRegister: (options: any) => Promise; declare const dashboardDeregister: (options: any) => Promise; export { dashboardStatus, dashboardStart, dashboardStop, dashboardRegister, dashboardDeregister, };