import type { MonsterType } from "../atoms/types"; interface IResistances { getResistances: (type: MonsterType) => MonsterType[]; asResistance: (query: MonsterType) => MonsterType[]; } declare const _default: () => IResistances; export default _default; //# sourceMappingURL=Resistances.d.ts.map