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