import { DragonElement } from "../enums"; export declare function calculateElementResistances(element: string): DragonElement[];