/** @packageDocumentation * Globale Action-Konstanten fuer Port * * Letzte Aenderung: 15.10.2021 * Status: rot * * @module core/port * @author SB */ export declare const PORT_NLP_ACTION = "NLP"; export declare const PORT_NLU_ACTION = "NLU"; export declare const PORT_ASR_ACTION = "ASR"; export declare const PORT_ASRNLU_ACTION = "ASRNLU"; export declare const PORT_TTS_ACTION = "TTS";