import { StateCreator } from 'zustand/vanilla'; import { StoreType, MutatorsIn } from '../../../store/store.types'; import { CacheSliceType } from './cacheSlice.types'; export declare const initialState: CacheSliceType; export declare const cacheSlice: StateCreator;