import { Npc } from "../Npc";
/**
 * Duckling
 * Wiki reference: https://oldschool.runescape.wiki/w/Duckling
 *
 * A young duck, one of the weakest enemies in OSRS.
 */
export declare const duckling: Npc;
export default duckling;
//# sourceMappingURL=Duckling.d.ts.map