import { License } from '../../core/models/common/License'; /** * Constructor. * @class * @extends License * @author eric.wittmann@gmail.com */ export declare abstract class OasLicense extends License { constructor(); }