import { Npc } from "../Npc";
/**
 * Crypt Rat
 * Wiki reference: https://oldschool.runescape.wiki/w/Crypt_rat
 *
 * A rat found in the haunted catacombs beneath Morytania.
 */
export declare const cryptRat: Npc;
export default cryptRat;
//# sourceMappingURL=CryptRat.d.ts.map