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

import Preview = require('../Preview');
import Version = require('../../base/Version');
import { BrandedChannelList } from './trusted_comms/brandedChannel';
import { BrandedChannelListInstance } from './trusted_comms/brandedChannel';
import { BrandsInformationList } from './trusted_comms/brandsInformation';
import { BrandsInformationListInstance } from './trusted_comms/brandsInformation';
import { CpsList } from './trusted_comms/cps';
import { CpsListInstance } from './trusted_comms/cps';
import { CurrentCallList } from './trusted_comms/currentCall';
import { CurrentCallListInstance } from './trusted_comms/currentCall';


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

  readonly brandedChannels: BrandedChannelListInstance;
  readonly brandsInformation: BrandsInformationListInstance;
  readonly cps: CpsListInstance;
  readonly currentCalls: CurrentCallListInstance;
}

export = TrustedComms;
