import { ReduxStore, ReduxStoreContext } from '../../internal-types'; export declare const isLifecycleOutsideComponentError: (error: unknown) => error is Error; export declare const getStoreContext: () => ReduxStoreContext | undefined; export declare function getDispatch(): ReduxStore["dispatch"]; //# sourceMappingURL=utils.d.ts.map