import { type AbilityEffectsStatic } from '../Ability/AbilityEffectsStatic'; import { type Static } from '../Static'; import { type Power } from './Power'; import { type PowerName } from './PowerName'; export type PowerStatic

= Static;