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