import Grant_ from './grant'; import License_ from './license'; export declare namespace LicenseManager { const Grant: typeof Grant_; const License: typeof License_; type Grant = Grant_; type License = License_; }