import * as mqtt from 'mqtt'; export declare class SocketClient { static connect(): Promise; }