/// interface ModuleLicenseTextProvider { getLicenseText(): Promise; } export type { ModuleLicenseTextProvider };