import type { GeneralPowerName, OriginPowerName } from '../Power'; import type { SkillName } from '../Skill'; import type { Static } from '../Static'; import type { Origin } from './Origin'; export type OriginStatic = Static;