export declare class EntitlementEngineUtils { calculateAllocation(defID?: string, defConfigSysID?: string): string canRouteToEMS(): boolean constructor() static creatIHUsageCountCfg(name?: string, subscriptionId?: string, skuType?: string): void static downloadAppFamily(): void static downloadEventRegistry(): void static downloadInstInfo(): void getAuthHeader(): string static getEntitlementDetailsFromLicensingCache(functionName?: string, args?: any[]): any static getEntitlementEnginePropValue(propertyName?: string): string static getInventoryURI(): string getQuotaDefinition(quotaDefnID?: string): string static getTableCount(allotmentType?: string, licSysId?: string): number static getUnmappedTableCount(): number static platLicPostProcess(): void saveAttachmentFromString(tableSysID?: string, tableName?: string, fileName?: string, contentType?: string, content?: string): string static setEntitlementEngineProp(propertyName?: string, propertyValue?: string): void static subscriptionDownloadPostProcess(): void }