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