import { Npc } from '../Npc';
import { NpcDrop } from '../NpcDrop';
export declare const hansDrops: NpcDrop[];
export declare const hansLocations: string[];
export declare const Hans: Npc;
//# sourceMappingURL=Hans.d.ts.map