import { Npc } from "../Npc";
/**
 * Giant Bat
 * Wiki reference: https://oldschool.runescape.wiki/w/Giant_bat
 *
 * A very large bat found in Taverley Dungeon.
 */
export declare const giantBat: Npc;
export default giantBat;
//# sourceMappingURL=GiantBat.d.ts.map