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

import Events = require('../Events');
import Version = require('../../base/Version');
import { EventTypeList } from './v1/eventType';
import { EventTypeListInstance } from './v1/eventType';
import { SchemaList } from './v1/schema';
import { SchemaListInstance } from './v1/schema';
import { SinkList } from './v1/sink';
import { SinkListInstance } from './v1/sink';
import { SubscriptionList } from './v1/subscription';
import { SubscriptionListInstance } from './v1/subscription';


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

  readonly eventTypes: EventTypeListInstance;
  readonly schemas: SchemaListInstance;
  readonly sinks: SinkListInstance;
  readonly subscriptions: SubscriptionListInstance;
}

export = V1;
