/**
 * Apideck
 * The Apideck OpenAPI Spec: SDK Optimized
 *
 * The version of the OpenAPI document: 10.13.0
 * Contact: support@apideck.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @enum {string}
 */
export declare enum VaultEventType {
    Star = "*",
    vault_connection_created = "vault.connection.created",
    vault_connection_updated = "vault.connection.updated",
    vault_connection_disabled = "vault.connection.disabled",
    vault_connection_deleted = "vault.connection.deleted",
    vault_connection_callable = "vault.connection.callable",
    vault_connection_revoked = "vault.connection.revoked",
    vault_connection_token_refresh_failed = "vault.connection.token_refresh.failed"
}
export declare function VaultEventTypeFromJSON(json: any): VaultEventType;
export declare function VaultEventTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): VaultEventType;
export declare function VaultEventTypeToJSON(value?: VaultEventType | null): any;
