/**
 * This code was generated by
 * \ / _    _  _|   _  _
 *  | (_)\/(_)(_|\/| |(/_  v1.0.0
 *       /       /
 */

import Preview = require('../Preview');
import Version = require('../../base/Version');
import { AssistantList } from './understand/assistant';
import { AssistantListInstance } from './understand/assistant';


declare class Understand extends Version {
  /**
   * Initialize the Understand version of Preview
   *
   * @param domain - The twilio domain
   */
  constructor(domain: Preview);

  readonly assistants: AssistantListInstance;
}

export = Understand;
