import { UpdateDashboardParams, BuildDashboardContext } from './types'; export declare const updateDashboard: ({ dashboardId, dashboardTitle }: UpdateDashboardParams, context: BuildDashboardContext) => Promise<{ message: string; }>;