export declare enum terminationType { nominal = "nominal", siteUnavailable = "siteUnavailable", abortedByUser = "abortedByUser", intentNotRecognized = "intentNotRecognized", timeout = "timeout", error = "error" }