import { AppState, AccountSlice, AccountState } from '../types';
import { StateCreator } from 'zustand/vanilla';
export declare const accountInitialState: AccountState;
export declare const createAccountSlice: StateCreator<AppState, [
], [
], AccountSlice>;