import { Npc } from "../Npc";
/**
 * Araxyte
 * Wiki reference: https://oldschool.runescape.wiki/w/Araxyte
 *
 * A small spider with glowing eyes found in Araxxor's Lair.
 */
export declare const araxyte: Npc;
export default araxyte;
//# sourceMappingURL=Araxyte.d.ts.map