import { Npc } from '../Npc';
/**
 * Undead Cow
 * A zombie cow found in Zombieland, a low-level undead creature.
 * Wiki: https://oldschool.runescape.wiki/w/Undead_cow
 */
export declare const undeadCow: Npc;
//# sourceMappingURL=UndeadCow.d.ts.map