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