declare const dashboardCommand: (value: string | undefined, options?: any) => Promise<void>;
export default dashboardCommand;
