//#region src/main/license/OpenSourceSoftwareLicenseInfo.d.ts declare class OpenSourceSoftwareLicenseInfo { private _licenseText; constructor(licenseText: string); get licenseText(): string; } //#endregion export { OpenSourceSoftwareLicenseInfo as t };