import type { NaturePokeathlonStatAffect } from "./nature-pokeathlon-stat-affect";
export type NaturePokeathlonStatAffectSets = {
    increase: NaturePokeathlonStatAffect[];
    decrease: NaturePokeathlonStatAffect[];
};
