import { Npc } from "../Npc";
/**
 * Giant Rat
 * Wiki reference: https://oldschool.runescape.wiki/w/Giant_rat
 *
 * A very large rat found in the Sewers and other dungeon locations.
 */
export declare const giantRat: Npc;
export default giantRat;
//# sourceMappingURL=GiantRat.d.ts.map