export declare class VADesignerUtils { 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; constructor(); }