export declare class VADesignerUtils { constructor(); cloneTopic(originalTopicId?: string, targetName?: string, targetScope?: string): string; createEmptyTopic(name?: string, scope?: string): string; getTopicStatus(modelType?: string): Array; syncContextProfiles(skillId?: string, contextProfiles?: string[]): void; topicsAssociatedWithContextProfile(contextProfileId?: string): []; updateCbTopicLibraryUsage(sysCbTopicId?: string, graph?: string): void; } //# sourceMappingURL=VADesignerUtils.d.ts.map