import type { AnalyticsDataRegulationControllerState } from "./AnalyticsDataRegulationController.mjs"; /** * Selectors for the AnalyticsDataRegulationController state. * These can be used with Redux or directly with controller state. */ export declare const analyticsDataRegulationControllerSelectors: { selectHasCollectedDataSinceDeletionRequest: (state: AnalyticsDataRegulationControllerState) => boolean; selectDeleteRegulationId: (state: AnalyticsDataRegulationControllerState) => string | undefined; selectDeleteRegulationTimestamp: (state: AnalyticsDataRegulationControllerState) => number | undefined; }; //# sourceMappingURL=selectors.d.mts.map