import { Npc } from "../Npc";
/**
 * Vorkath
 * Wiki reference: https://oldschool.runescape.wiki/w/Vorkath
 *
 * A powerful draconic boss encountered at the end of Dragon Slayer II quest.
 * Located on Ungael island, accessible from Rellekka.
 * Post-quest form has increased stats and superior drops.
 */
export declare const vorkath: Npc;
export default vorkath;
//# sourceMappingURL=Vorkath.d.ts.map