import { type IInsight, type ObjRef } from "@gooddata/sdk-model"; import { type DashboardContext } from "../../../types/commonTypes.js"; export declare function loadInsight(ctx: DashboardContext, insightRef: ObjRef): Promise; //# sourceMappingURL=loadInsight.d.ts.map