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