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