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