import { Npc } from "../Npc";
/**
 * Calvar'ion
 * Wiki reference: https://oldschool.runescape.wiki/w/Calvar%27ion
 *
 * A mythical skeleton that is one of the toughest creatures in the Wilderness.
 */
export declare const calvarIon: Npc;
export default calvarIon;
//# sourceMappingURL=CalvarIon.d.ts.map