export default class Licenses { static licenses: {}; static addLicense(name: any, license: any): void; static getLicense(name: any): any; static removeLicense(name: any): void; static getLicenses(): {}; }