import { Npc } from "../Npc";
/**
 * Seagull
 * Wiki reference: https://oldschool.runescape.wiki/w/Seagull
 *
 * A large bird found near water. One of the weakest enemies in OSRS.
 */
export declare const seagull: Npc;
export default seagull;
//# sourceMappingURL=Seagull.d.ts.map