import { type IReduxedDashboardStore } from "../store/dashboardStore.js"; import { type IDashboardStoreProviderProps } from "./types.js"; /** * This hook is responsible for properly initializing and re-initializing the dashboard redux store, * when the props of the Dashboard component change. * It also cancels currently running sagas before the re-initialization. * * @internal */ export declare const useInitializeDashboardStore: (props: IDashboardStoreProviderProps) => IReduxedDashboardStore | null; //# sourceMappingURL=useInitializeDashboardStore.d.ts.map