import { StateCreator } from 'zustand/vanilla'; import { StoreType, MutatorsIn } from '../../../store/store.types'; import { ConfigSliceType } from './config.types'; export declare const configSlice: StateCreator;