/** @packageDocumentation * Konstanten fuer die Cloud * * @module core/port * @author SB */ export declare const CLOUD_AMAZON_PORT = "CloudAmazon"; export declare const CLOUD_GOOGLE_PORT = "CloudGoogle"; export declare const CLOUD_MICROSOFT_PORT = "CloudMicrosoft"; export declare const CLOUD_NUANCE_PORT = "CloudNuance"; export declare const CLOUD_RASA_PORT = "CloudRasa";