import { Npc } from '../Npc';
/**
 * Monkey Archer
 * A ranged-focused monkey that attacks with a bow on Ape Atoll.
 * Wiki: https://oldschool.runescape.wiki/w/Monkey_Archer
 */
export declare const monkeyArcher: Npc;
//# sourceMappingURL=MonkeyArcher.d.ts.map