import { type IListedDashboard } from "@gooddata/sdk-model"; import { type DashboardContext } from "../../../types/commonTypes.js"; export declare function loadDashboardList({ backend, workspace }: DashboardContext): Promise; //# sourceMappingURL=loadDashboardList.d.ts.map