import { Npc } from "../Npc";
/**
 * Kalphite Queen
 * Wiki reference: https://oldschool.runescape.wiki/w/Kalphite_Queen
 *
 * One of the most iconic bosses in OSRS. The queen has two forms:
 * - First form uses ranged and magic attacks
 * - Second form uses melee attacks after the first is defeated
 *
 * This implementation represents the overall boss stats.
 */
export declare const kalphiteQueen: Npc;
export default kalphiteQueen;
//# sourceMappingURL=KalphiteQueen.d.ts.map