import { Npc } from "../Npc";
/**
 * Cerberus
 * Wiki reference: https://oldschool.runescape.wiki/w/Cerberus
 *
 * A three-headed hellhound boss located in the Cerberus Cavern under Taverley.
 * Uses melee, magic, and ranged attacks. Can summon souls as additional threats.
 */
export declare const cerberus: Npc;
export default cerberus;
//# sourceMappingURL=Cerberus.d.ts.map