import { Npc } from "../Npc";
/**
 * Callisto
 * Wiki reference: https://oldschool.runescape.wiki/w/Callisto
 *
 * A mythical bear that is one of the toughest creatures in the Wilderness.
 */
export declare const callisto: Npc;
export default callisto;
//# sourceMappingURL=Callisto.d.ts.map