import { Npc } from "../Npc";
/**
 * Cave Goblin Guards
 * Wiki reference: https://oldschool.runescape.wiki/w/Cave_goblin_guard
 *
 * Guards protecting the cave goblin city of Dorgesh-Kaan.
 */
export declare const caveGoblinGuards: Npc;
export default caveGoblinGuards;
//# sourceMappingURL=CaveGoblinGuards.d.ts.map