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