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