export declare enum COAP_OPTIONS { COIOT_OPTION_GLOBAL_DEVID = "3332", COIOT_OPTION_STATUS_VALIDITY = "3412", COIOT_OPTION_STATUS_SERIAL = "3420" } export declare const COIOT_DESCRIPTION_PATH = "/cit/d"; export declare const COIOT_STATUS_PATH = "/cit/s"; export declare const COIOT_CODE = "0.30"; export declare const COAP_MULTICAST_ADDRESS = "224.0.1.187"; export declare const COAP_DEFAULT_PORT = 5683;