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