export declare class DynamicSchemaAPI { constructor(); 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; } //# sourceMappingURL=DynamicSchemaAPI.d.ts.map