import type { Spell } from "./entity"; /** * Parse a spell * @param spellText The text of the spell body */ export declare function parseSpell(spellText: string): Spell;