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