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