import { Npc } from "../Npc";
/**
 * Dire Wolf
 * Wiki reference: https://oldschool.runescape.wiki/w/Dire_wolf
 *
 * A fearsome wolf found in the Wilderness.
 */
export declare const direWolf: Npc;
export default direWolf;
//# sourceMappingURL=DireWolf.d.ts.map