import { Npc } from '../Npc';
/**
 * Tortured Gorilla
 * A tortured demonic ape from Kruk's Dungeon, a creature of pure rage.
 * Wiki: https://oldschool.runescape.wiki/w/Tortured_gorilla
 */
export declare const torturedGorilla: Npc;
export default torturedGorilla;
//# sourceMappingURL=TorturedGorilla.d.ts.map