import { Npc } from "../Npc";
/**
 * Araxxor
 * Wiki reference: https://oldschool.runescape.wiki/w/Araxxor
 *
 * A massive four-legged spider boss. Uses all three attack styles.
 * Located in the Araxxor Lair (Araxyte Chamber in Gielinor).
 */
export declare const araxxor: Npc;
export default araxxor;
//# sourceMappingURL=Araxxor.d.ts.map