import { Npc } from '../Npc';
/**
 * Giant Crypt Rat
 * A large rat from the Catacombs, one of the larger vermin found in dark places.
 * Wiki: https://oldschool.runescape.wiki/w/Giant_crypt_rat
 */
export declare const giantCryptRat: Npc;
export default giantCryptRat;
//# sourceMappingURL=GiantCryptRat.d.ts.map