import { Npc } from "../Npc";
/**
 * Giant Spider
 * Wiki reference: https://oldschool.runescape.wiki/w/Giant_spider
 *
 * A very large spider found in Yanille Dungeon and other locations.
 */
export declare const giantSpider: Npc;
export default giantSpider;
//# sourceMappingURL=GiantSpider.d.ts.map