/**
 * A library to allow management of your Vonage Applications.
 *
 * @remarks
 * A Vonage API application contains the security and configuration information
 * you need to connect to Vonage endpoints and use the Vonage APIs. Each Vonage
 * application created can support multiple capabilities - for example you can
 * create an Application that supports using the Voice, Messages and RTC APIs.
 *
 * @link https://developer.vonage.com/en/application/overview
 *
 * @packageDocumentation
 */
export * from './types';
export * from './enums';
export * from './applications';
//# sourceMappingURL=index.d.ts.map