import { Npc } from '../Npc';
/**
 * Maniacal Monkey
 * A wild, aggressive monkey found in Kruk's Dungeon with high combat stats.
 * Wiki: https://oldschool.runescape.wiki/w/Maniacal_Monkey
 */
export declare const maniacalMonkey: Npc;
//# sourceMappingURL=ManiacalMonkey.d.ts.map