export declare type LicenseType = 'DIRECT_LICENSE' | 'GLOBAL_LICENSE' | 'UNKNOWN';
