import Grant_ from './Grant';
import License_ from './License';
export declare namespace LicenseManager {
    const Grant: typeof Grant_;
    const License: typeof License_;
}
export default LicenseManager;
