/** * * * 1: 可以组合多个算法 * 2: 第一次计算要缓存一下 * 3: 不买|打平|都不更换, 如果胜则切换,如果败 则滚动下一个 */ import { SuperCombineConfig } from '../RuleConfig.type'; import { RuleTemplate } from '../RuleTemplate'; /** * 超级组合算法 */ export declare const SuperCombineAlgorithm: RuleTemplate;