import type { HomebridgePluginLogging, MqttClient, Nullable } from "homebridge-plugin-utils";
export declare function mqttTopic(id: string, topic: string): string;
export declare function guardedPublish(log: HomebridgePluginLogging, mqtt: Nullable<MqttClient>, topic: string, message: string): void;
//# sourceMappingURL=mqtt.d.ts.map