declare const CharacterStore: { create(): { store: any; actions: {}; }; }; export default CharacterStore;