import { Npc } from '../Npc';
/**
 * Small Lizard
 * A small lizard found in the desert, a very low-level creature.
 * Wiki: https://oldschool.runescape.wiki/w/Small_Lizard
 */
export declare const smallLizard: Npc;
//# sourceMappingURL=SmallLizard.d.ts.map