/* * Public API Surface of ucap-webmessenger-api-common */ export * from './lib/apis/file-profile-save'; export * from './lib/apis/file-talk-download'; export * from './lib/apis/file-talk-save'; export * from './lib/apis/file-talk-share'; export * from './lib/apis/mass-talk-download'; export * from './lib/apis/mass-talk-save'; export * from './lib/apis/trans-mass-talk-download'; export * from './lib/apis/trans-mass-talk-save'; export * from './lib/apis/translation-req'; export * from './lib/apis/translation-save'; export * from './lib/services/common-api.service'; export * from './lib/ucap-common-api.module'; export * from './lib/config/urls'; export * from './lib/config/module-config';