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