import { type ObjRef } from "@gooddata/sdk-model"; import { type IDashboardLayoutItemFacade, type IDashboardLayoutSectionFacade } from "../../_staging/dashboard/flexibleLayout/facade/interfaces.js"; export declare function getRefsForSection(section: IDashboardLayoutSectionFacade): (ObjRef | undefined)[]; export declare function getRefsForItem(item: IDashboardLayoutItemFacade): (ObjRef | undefined)[]; //# sourceMappingURL=refs.d.ts.map