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