import { Npc } from "../Npc";
/**
 * Chicken
 * Wiki reference: https://oldschool.runescape.wiki/w/Chicken
 *
 * One of the weakest enemies in OSRS. Commonly killed by low-level players
 * training combat skills. Found in farms across Gielinor.
 */
export declare const chicken: Npc;
export default chicken;
//# sourceMappingURL=Chicken.d.ts.map