export declare class DynamicSchemaAPI { clearDynamicAttributeGroupCache(): void; clearDynamicAttributeGroupCacheItem(): void; clearDynamicCategoryCache(): void; clearDynamicCategoryCacheItem(categoryNamespacedName: string): void; clearDynamicChoiceSetCache(): void; clearDynamicChoiceSetCacheItem(choiceSetId: string): void; static get(): DynamicSchemaAPI; getSchemaStats(): string; getValidScopedAttributeName( scopeId: string, groupId: string, attributeName: string ): string; getValidScopedGroupName(scopeId: string, groupName: string): string; /** * @deprecated */ getValidScopedAttributeName( scopeId: string, groupId: string, attributeName: string ): string; /** * @deprecated */ getValidScopedGroupName(scopeId: string, groupName: string): any; constructor(); }