import { Entity } from '../Entity';
export default class Zombie extends Entity {
    static MOB_ID: string;
}
//# sourceMappingURL=Zombie.d.ts.map