declare type LicenseTypeOverrides = {
    [key: string]: string;
} | null;
export { LicenseTypeOverrides };
