import { Npc } from '../Npc';
import { NpcDrop } from '../NpcDrop';
import { NpcProduct } from '../NpcProduct';
export declare const peerTheSeerDrops: NpcDrop[];
export declare const peerTheSeerLocations: string[];
export declare const peerTheSeerProducts: NpcProduct[];
export declare const Peer_the_Seer: Npc;
//# sourceMappingURL=PeerTheSeer.d.ts.map