import { type ObjRef } from "@gooddata/sdk-model"; import { type ObjRefMap } from "../../../_staging/metadata/objRefMap.js"; import { type DashboardSelector } from "../types.js"; import { type IDrillTargets } from "./drillTargetsTypes.js"; /** * Return all widgets drill targets * @alpha */ export declare const selectDrillTargets: DashboardSelector>; /** * Selects drill targets by widget ref. * * @alpha */ export declare const selectDrillTargetsByWidgetRef: (ref: ObjRef) => DashboardSelector; //# sourceMappingURL=drillTargetsSelectors.d.ts.map