export declare class SuplaMqttClientContext { host: string; port: number; username: string; password: string; constructor(host: string, port: number, username: string, password: string); } //# sourceMappingURL=SuplaMqttClientContext.d.ts.map