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