declare function fetchAPITopic(id: string): Promise; declare function fetchContent(assetName: string): Promise; declare function addContentToCmsDita(id: string, cdnUrl: string, assetName: string, createdAt: string, updatedAt: string, assetType: string): Promise; declare function UpdateCmsIdInTopic(id: string, content: any): Promise; declare function uploadAssetToCmsMobius(file: File): Promise; export { fetchAPITopic, fetchContent, addContentToCmsDita, UpdateCmsIdInTopic, uploadAssetToCmsMobius };