/** @packageDocumentation * Globale Event-Konstanten fuer Port * * Letzte Aenderung: 16.02.2022 * Status: rot * * @module core/port * @author SB */ export declare const PORT_INIT_EVENT = "portInit"; export declare const PORT_OPEN_EVENT = "portOpen"; export declare const PORT_CLOSE_EVENT = "portClose"; export declare const PORT_START_EVENT = "portStart"; export declare const PORT_STOP_EVENT = "portStop"; export declare const PORT_STARTAUDIO_EVENT = "portStartAudio"; export declare const PORT_STOPAUDIO_EVENT = "portStopAudio"; export declare const PORT_RESULT_EVENT = "portResult"; export declare const PORT_ERROR_EVENT = "portError";