import { Npc } from '../Npc';
/**
 * Zombie Rat
 * A zombie rat found in the Catacombs, an undead rodent of small size.
 * Wiki: https://oldschool.runescape.wiki/w/Zombie_rat
 */
export declare const zombieRat: Npc;
export default zombieRat;
//# sourceMappingURL=ZombieRat.d.ts.map