import { Npc } from "../Npc";
/**
 * Artio
 * A rare boss bear found in the Wilderness, one of the rarest creatures in the world.
 * Wiki: https://oldschool.runescape.wiki/w/Artio
 */
export declare const artio: Npc;
export default artio;
//# sourceMappingURL=Artio.d.ts.map