import { Npc } from "../Npc";
import { NpcDrop } from "../NpcDrop";
export declare const manDrops: NpcDrop[];
export declare const manLocations: string[];
export declare const Man: Npc;
export default Man;
//# sourceMappingURL=Man.d.ts.map