export interface ITinyMqttClient { connect(): void; disconnect(): void; }