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