export declare const TopicRoot = "thincloud"; export declare enum TopicType { RPC = "rpc", RPC_RESPONSE = "rpc-res", MESSAGE = "message", MESSAGE_RESPONSE = "message-res", STATE = "state" } export declare enum TopicServiceName { DEVICES = "devices", STATE = "state", GATEWAY_CHILDREN = "gateway-children", USER = "user", IOT = "iot", PRODUCT = "product" } //# sourceMappingURL=topic.d.ts.map