import { Npc } from "../Npc";
/**
 * Chompy Bird
 * Wiki reference: https://oldschool.runescape.wiki/w/Chompy_bird
 *
 * A large flightless bird hunted for the Rag and Bone Man quest series.
 */
export declare const chompyBird: Npc;
export default chompyBird;
//# sourceMappingURL=ChompyBird.d.ts.map