import { Npc } from "../Npc";
/**
 * Demonic Gorilla
 * Wiki reference: https://oldschool.runescape.wiki/w/Demonic_gorilla
 *
 * A powerful demonic ape boss that uses all three attack styles.
 * Located in Kruk's Dungeon (underground Prifddinas).
 * Requires 60+ Defence and proper preparation to fight safely.
 */
export declare const demonicGorilla: Npc;
export default demonicGorilla;
//# sourceMappingURL=DemonicGorilla.d.ts.map