import { Npc } from "../Npc";
/**
 * Brine Rat
 * Wiki reference: https://oldschool.runescape.wiki/w/Brine_rat
 *
 * A salty rat found in the Brine Rat Cavern with moderate combat level.
 */
export declare const brineRat: Npc;
export default brineRat;
//# sourceMappingURL=BrineRat.d.ts.map