/**
 * Command line utility for the Acoustic Content SDK. The commands can be used directly from
 * the command line or can be invoked via a {@link https://www.npmjs.com/package/commander|commander} based API.
 *
 * @packageDocumentation
 */
export * from './commands';
export * from './driver';
export { VERSION } from './version';
