import { Npc } from "../Npc";
/**
 * Nechryarch
 * Wiki reference: https://oldschool.runescape.wiki/w/Nechryarch
 *
 * A powerful undead creature found in the Slayer Tower.
 * Part of the Shade Slayer dungeon and high-level Slayer content.
 * Weak to crush weapons and magic attacks.
 */
export declare const nechryarch: Npc;
export default nechryarch;
//# sourceMappingURL=Nechryarch.d.ts.map