export declare class GlideLicenseAPI { canUserApproveOnTable(userId: string, tableName: string): boolean canUsersApproveOnTable(userIds: string[], tableName: string): Map disableEntitlementLogging(): GlideLicenseAPI enableEntitlementLogging(): GlideLicenseAPI getApplicationsForFeature(artifactId: string, artifactValue: string): string[] getLicensesForFeature(artifactId: string, artifactValue: string): string[] getTableNamesForFeature(artifactId: string, artifactValue: string): string[] hasFeatureForTable(actionId: string, actionValue: string, tableName: string): boolean hasLicenseForFeature(artifactId: string, artifactValue: string): boolean isUserLicensedForActionOnTable(userId: string, actionId: string, actionValue: string, tableName: string): boolean updateTableLicensingConfig(scopeName: string): void constructor() }