import { type IDashboard, type IDashboardLayout, type ObjRef } from "@gooddata/sdk-model"; export declare function insightReferences(layout?: IDashboardLayout): ObjRef[]; /** * Extracts insight references from a dashboard, including all tabs if present. */ export declare function insightReferencesFromDashboard(dashboard: IDashboard): ObjRef[]; //# sourceMappingURL=insightReferences.d.ts.map