import { Npc } from "../Npc";
/**
 * Black Guard
 * Wiki reference: https://oldschool.runescape.wiki/w/Black_Guard
 *
 * A member of the Black Guard found in the Dwarven Mines.
 */
export declare const blackGuard: Npc;
export default blackGuard;
//# sourceMappingURL=BlackGuard.d.ts.map