import { Npc } from "../Npc";
/**
 * Zogre
 * A reanimated zombie ogre found in undead lairs.
 * Wiki: https://oldschool.runescape.wiki/w/Zogre
 */
export declare const zogre: Npc;
export default zogre;
//# sourceMappingURL=Zogre.d.ts.map