import { type SagaIterator } from "redux-saga"; import { type DashboardContext, type PrivateDashboardContext } from "../../types/commonTypes.js"; /** * Gets the public dashboard context stored inside redux-saga context. */ export declare function getDashboardContext(): SagaIterator; /** * Gets the private dashboard context stored inside redux-saga context. */ export declare function getPrivateContext(): SagaIterator; //# sourceMappingURL=contexts.d.ts.map