export declare const MQTT_EVENT_TYPES: { CONNECT: string; RECONNECT: string; CLOSE: string; DISCONNECT: string; OFFLINE: string; ERROR: string; END: string; MESSAGE: string; PACKET_SEND: string; PACKET_RECEIVE: string; }; //# sourceMappingURL=constants.d.ts.map