import { Npc } from "../Npc";
/**
 * Hans
 * Wiki reference: https://oldschool.runescape.wiki/w/Hans
 *
 * The loyal servant of Duke Horacio. Hans is a non-attackable NPC.
 */
export declare const hans: Npc;
export default hans;
//# sourceMappingURL=Hans.d.ts.map