/** * Definition of interfaces for services and components that use the REST API of Acoustic Content. * * @packageDocumentation */ export * from './utils/http.utils'; export { VERSION } from './version';