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