import { type IDashboard, type IDashboardLayout, type IInsight, type IWidget } from "@gooddata/sdk-model"; import { type DashboardContext, type DashboardItem } from "../../../types/commonTypes.js"; import { type ExtendedDashboardWidget } from "../../../types/layoutTypes.js"; export declare const EmptyDashboardLayout: IDashboardLayout; export declare function dashboardInitialize(ctx: DashboardContext, items?: DashboardItem[]): Promise<{ dashboard: IDashboard | undefined; insights: IInsight[]; }>; //# sourceMappingURL=dashboardInitialize.d.ts.map