import { type DashboardSelector } from "../types.js"; import { type IExecutedState } from "./executedState.js"; /** * @internal */ export declare const selectDashboardExecuted: DashboardSelector; /** * @internal */ export declare const selectIsDashboardExecuted: DashboardSelector; //# sourceMappingURL=executedSelectors.d.ts.map