import { type IEntitlementDescriptor } from "@gooddata/sdk-model"; import { type ResolvedEntitlements } from "../../types/commonTypes.js"; import { type DashboardSelector } from "../types.js"; /** * Returns dashboard's entitlements. * * @remarks * It is expected that the selector is called only after the entitlements state * is correctly initialized. Invocations before initialization lead to invariant errors. * * @alpha */ export declare const selectEntitlements: DashboardSelector; /** * @alpha */ export declare const selectEntitlementMaxAutomationRecipients: DashboardSelector; /** * @alpha */ export declare const selectEntitlementUnlimitedAutomationRecipients: DashboardSelector; /** * @alpha */ export declare const selectMaxAutomationRecipients: DashboardSelector; /** * @alpha */ export declare const selectEntitlementMaxAutomations: DashboardSelector; /** * @alpha */ export declare const selectEntitlementUnlimitedAutomations: DashboardSelector; /** * @alpha */ export declare const selectEntitlementMinimumRecurrenceMinutes: DashboardSelector; //# sourceMappingURL=entitlementsSelectors.d.ts.map